修改每周菜谱数据类型,对应修改实体类
This commit is contained in:
parent
797a9c3cd8
commit
bac94b2f03
@ -38,11 +38,11 @@ private static final long serialVersionUID=1L;
|
||||
|
||||
/** 用餐类型 */
|
||||
@Excel(name = "用餐类型")
|
||||
private Integer dinnerType;
|
||||
private String dinnerType;
|
||||
|
||||
/** 星期几 */
|
||||
@Excel(name = "星期几")
|
||||
private Integer weekday;
|
||||
private String weekday;
|
||||
|
||||
/** 菜品列表 */
|
||||
@Excel(name = "菜品列表")
|
||||
|
Loading…
x
Reference in New Issue
Block a user