business
This commit is contained in:
@@ -26,6 +26,18 @@ public class ExpressOrder {
|
||||
* 用户地址 ID
|
||||
*/
|
||||
private int userAddressId;
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
private String orderId;
|
||||
/**
|
||||
* 快递公司代码
|
||||
*/
|
||||
private String expressCompanyCode;
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
/**
|
||||
* 快递费
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user