shopId
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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("门店编码")
|
||||||
|
|||||||
Reference in New Issue
Block a user