bug fix
This commit is contained in:
@@ -16,15 +16,15 @@ public class ModifyOrderAddressRequestVo {
|
||||
/**
|
||||
* 省
|
||||
*/
|
||||
private String province;
|
||||
private String provinceCode;
|
||||
/**
|
||||
* 市
|
||||
*/
|
||||
private String city;
|
||||
private String cityCode;
|
||||
/**
|
||||
* 区县
|
||||
*/
|
||||
private String county;
|
||||
private String countyCode;
|
||||
/**
|
||||
* 收货人姓名
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user