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

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