This commit is contained in:
Cauchy
2023-10-24 17:25:44 +08:00
parent 7b9c6424ea
commit 36374dd454
9 changed files with 42 additions and 17 deletions

View File

@@ -20,6 +20,10 @@ public class ExpressOrder {
* ID
*/
private int id;
/**
* 订单Sn
*/
private String orderSn;
/**
* 省份
*/