This commit is contained in:
Cauchy
2023-10-20 16:31:04 +08:00
parent e4bd2854a3
commit 0633287662
8 changed files with 107 additions and 6 deletions

View File

@@ -33,4 +33,8 @@ public class ModifyOrderAddressRequestVo {
* 收货人电话
*/
private String consigneeMobile;
/**
* 详细地址
*/
private String address;
}