This commit is contained in:
Cauchy
2023-10-17 10:40:48 +08:00
parent 22fb5ec3a8
commit c268fb185d
9 changed files with 202 additions and 280 deletions

View File

@@ -26,6 +26,18 @@ public class ExpressOrder {
* 用户地址 ID
*/
private int userAddressId;
/**
* 订单号
*/
private String orderId;
/**
* 快递公司代码
*/
private String expressCompanyCode;
/**
* 备注
*/
private String remark;
/**
* 快递费
*/