Merge branch 'cc_20251114_minor_req' into 'master'
fix:门店开放接口新增省市区字段 See merge request hangzhou/java/custom_zxjp!198
This commit is contained in:
@@ -61,4 +61,13 @@ public class StoreDTO {
|
||||
private String storeStatus;
|
||||
@ApiModelProperty("门店状态名称")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("省")
|
||||
private String province;
|
||||
|
||||
@ApiModelProperty("市")
|
||||
private String city;
|
||||
|
||||
@ApiModelProperty("区")
|
||||
private String county;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user