fix:建店resp
This commit is contained in:
@@ -115,6 +115,9 @@ public class SysStoreAppRequest {
|
||||
@ApiModelProperty("品牌使用费率")
|
||||
private String usageRate;
|
||||
|
||||
@ApiModelProperty("详细地址")
|
||||
private String detailAddress;
|
||||
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
@@ -151,6 +151,16 @@ public class SysStoreAppResponse {
|
||||
private Integer storeSecurityDeposit;
|
||||
@ApiModelProperty("享受加盟费和保证金优惠原因")
|
||||
private String reasons;
|
||||
@ApiModelProperty("省")
|
||||
private String province;
|
||||
@ApiModelProperty("市")
|
||||
private String city;
|
||||
@ApiModelProperty("区")
|
||||
private String district;
|
||||
@ApiModelProperty("街道")
|
||||
private String township;
|
||||
@ApiModelProperty("详细地址")
|
||||
private String detailAddress;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user