|
@@ -77,11 +77,11 @@ public class StoreMainInfoVo extends StoreInfo {
|
|
|
@ApiModelProperty(value = "营业执照")
|
|
@ApiModelProperty(value = "营业执照")
|
|
|
private List<StoreImg> businessLicenseList;
|
|
private List<StoreImg> businessLicenseList;
|
|
|
|
|
|
|
|
- // @ApiModelProperty(value = "合同照片")
|
|
|
|
|
- // private List<StoreImg> contractList;
|
|
|
|
|
- //
|
|
|
|
|
- // @ApiModelProperty(value = "经营许可证照片")
|
|
|
|
|
- // private List<StoreImg> foodLicenceList;
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "合同照片")
|
|
|
|
|
+ private List<StoreImg> contractList;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty(value = "经营许可证照片")
|
|
|
|
|
+ private List<StoreImg> foodLicenceList;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "头图列表(包含is_extract字段)")
|
|
@ApiModelProperty(value = "头图列表(包含is_extract字段)")
|
|
|
private List<StoreImg> headerImgList;
|
|
private List<StoreImg> headerImgList;
|
|
@@ -89,11 +89,11 @@ public class StoreMainInfoVo extends StoreInfo {
|
|
|
@ApiModelProperty(value = "是否连锁转义")
|
|
@ApiModelProperty(value = "是否连锁转义")
|
|
|
private String isChainStr;
|
|
private String isChainStr;
|
|
|
|
|
|
|
|
- // @ApiModelProperty(value = "经营种类ids")
|
|
|
|
|
- // private List<String> businessTypesList;
|
|
|
|
|
- //
|
|
|
|
|
- // @ApiModelProperty(value = "分类DistIds")
|
|
|
|
|
- // private List<String> businessClassifyList;
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "经营种类ids")
|
|
|
|
|
+ private List<String> businessTypesList;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty(value = "分类DistIds")
|
|
|
|
|
+ private List<String> businessClassifyList;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "经营种类名称")
|
|
@ApiModelProperty(value = "经营种类名称")
|
|
|
private String businessTypeName;
|
|
private String businessTypeName;
|
|
@@ -110,9 +110,9 @@ public class StoreMainInfoVo extends StoreInfo {
|
|
|
@ApiModelProperty(value = "门店注销中倒计时时间毫秒")
|
|
@ApiModelProperty(value = "门店注销中倒计时时间毫秒")
|
|
|
private long countdown;
|
|
private long countdown;
|
|
|
|
|
|
|
|
-// @ApiModelProperty(value = "经营许可证到期时间")
|
|
|
|
|
-// // @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
|
-// private Date foodLicenceExpirationTime;
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "经营许可证到期时间")
|
|
|
|
|
+ // @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
|
+ private Date foodLicenceExpirationTime;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "头图审核状态(1—审核通过, 2—审核不通过)")
|
|
@ApiModelProperty(value = "头图审核状态(1—审核通过, 2—审核不通过)")
|
|
|
private Integer headImgStatus;
|
|
private Integer headImgStatus;
|