This commit is contained in:
Cauchy
2023-10-24 13:08:01 +08:00
parent 7c9540f3ae
commit b57b196dd5
12 changed files with 502 additions and 520 deletions

View File

@@ -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;
/**
* 收货人姓名
*/