细节优化
This commit is contained in:
@@ -101,6 +101,8 @@ public class SystemBuildingShopDO {
|
||||
private Date updateTime;
|
||||
@Column(name = "store_name")
|
||||
private String storeName;
|
||||
@Column(name = "usage_rate")
|
||||
private String usageRate;
|
||||
|
||||
|
||||
|
||||
@@ -180,6 +182,8 @@ public class SystemBuildingShopDO {
|
||||
systemBuildingShopDO.setFightName(sysStoreAppRequest.getStoreDetail().getFightName());
|
||||
systemBuildingShopDO.setFightCode(sysStoreAppRequest.getStoreDetail().getFightCode());
|
||||
systemBuildingShopDO.setSmallName(sysStoreAppRequest.getStoreDetail().getSmallName());
|
||||
systemBuildingShopDO.setUsageRate(sysStoreAppRequest.getStoreDetail().getUsageRate());
|
||||
systemBuildingShopDO.setStoreOperator(sysStoreAppRequest.getStoreDetail().getStoreOperator());
|
||||
return systemBuildingShopDO;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -161,6 +161,8 @@ public class SysStoreAppResponse {
|
||||
private String township;
|
||||
@ApiModelProperty("详细地址")
|
||||
private String detailAddress;
|
||||
@ApiModelProperty("品牌使用费率")
|
||||
private String usageRate;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user