|
|
@@ -234,4 +234,8 @@ public class StoreInfo {
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
@TableField("update_renew_contract_time")
|
|
|
private Date updateRenewContractTime;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "是否提供餐食")
|
|
|
+ @TableField("meals_flag")
|
|
|
+ private Integer mealsFlag;
|
|
|
}
|