This commit is contained in:
guohb
2024-04-28 14:00:09 +08:00
parent b72cf8334b
commit 0dfa16b00c
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<select id="licenseList" resultType="com.cool.store.response.LicenseListResponse"> <select id="licenseList" resultType="com.cool.store.response.LicenseListResponse">
select select
o.shop_id as shopId,
s.shop_name as storeName, s.shop_name as storeName,
s.store_num as storeNum, s.store_num as storeNum,
s.shop_manager_user_id as shopManagerUserId, s.shop_manager_user_id as shopManagerUserId,

View File

@@ -9,6 +9,8 @@ import java.util.Date;
@Data @Data
@ApiModel("证照审批列表响应体") @ApiModel("证照审批列表响应体")
public class LicenseListResponse { public class LicenseListResponse {
private String shopId;
@ApiModelProperty("门店名称") @ApiModelProperty("门店名称")
private String storeName; private String storeName;
@ApiModelProperty("门店编码") @ApiModelProperty("门店编码")