bug fix
This commit is contained in:
@@ -24,9 +24,29 @@ public class ExpressOrder {
|
||||
*/
|
||||
private int userId;
|
||||
/**
|
||||
* 用户地址 ID
|
||||
* 省份
|
||||
*/
|
||||
private int userAddressId;
|
||||
private String province;
|
||||
/**
|
||||
* 城市
|
||||
*/
|
||||
private String city;
|
||||
/**
|
||||
* 区县
|
||||
*/
|
||||
private String county;
|
||||
/**
|
||||
* 收件人姓名
|
||||
*/
|
||||
private String name;
|
||||
/**
|
||||
* 收件人电话
|
||||
*/
|
||||
private String mobile;
|
||||
/**
|
||||
* 收件人详细地址
|
||||
*/
|
||||
private String address;
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user