@@ -68,7 +68,7 @@ public class StoreCuisine {
@ApiModelProperty(value = "适用人数")
@TableField("people_limit")
- private Integer peopleLimit;
+ private String peopleLimit;
@ApiModelProperty(value = "使用规则")
@TableField("usage_rule")
@@ -69,7 +69,7 @@ public class StorePrice {
@@ -66,7 +66,7 @@ public class CuisineComboDto {
@@ -60,7 +60,7 @@ public class CuisineTypeResponseDto {
private String reserveRule;
private String usageRule;
@@ -60,7 +60,7 @@ public class PriceListVo {