mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
修改每周菜谱数据类型,对应修改实体类
This commit is contained in:
parent
797a9c3cd8
commit
bac94b2f03
@ -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 = "菜品列表")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user