|
|
@@ -190,7 +190,7 @@ public class StoreInfoDto {
|
|
|
private String businessClassifyName;
|
|
|
|
|
|
@ApiModelProperty(value = "是否提供餐食")
|
|
|
- private Integer mealsFlag;
|
|
|
+ private Integer mealsFlag;
|
|
|
|
|
|
@ApiModelProperty(value = "娱乐经营许可证图片地址")
|
|
|
private String entertainmentLicenceUrl;
|
|
|
@@ -212,4 +212,5 @@ public class StoreInfoDto {
|
|
|
@ApiModelProperty(value = "分类id(词典表 键为 business_classify)(多个ID用逗号拼接)")
|
|
|
@JsonDeserialize(using = StringToListDeserializer.class)
|
|
|
private List<String> businessClassify;
|
|
|
+
|
|
|
}
|