|
@@ -60,7 +60,7 @@ public class CuisineTypeResponseDto {
|
|
|
private String reserveRule;
|
|
private String reserveRule;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "适用人数")
|
|
@ApiModelProperty(value = "适用人数")
|
|
|
- private Integer peopleLimit;
|
|
|
|
|
|
|
+ private String peopleLimit;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "使用规则")
|
|
@ApiModelProperty(value = "使用规则")
|
|
|
private String usageRule;
|
|
private String usageRule;
|