修改每周菜谱数据类型,对应修改实体类

This commit is contained in:
28353131@qq.com 2020-11-28 11:16:34 +08:00
parent 797a9c3cd8
commit bac94b2f03

View File

@ -38,11 +38,11 @@ private static final long serialVersionUID=1L;
/** 用餐类型 */ /** 用餐类型 */
@Excel(name = "用餐类型") @Excel(name = "用餐类型")
private Integer dinnerType; private String dinnerType;
/** 星期几 */ /** 星期几 */
@Excel(name = "星期几") @Excel(name = "星期几")
private Integer weekday; private String weekday;
/** 菜品列表 */ /** 菜品列表 */
@Excel(name = "菜品列表") @Excel(name = "菜品列表")