mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-22 02:50:00 +08:00
数据结构增加暂停字段
This commit is contained in:
parent
3c47781540
commit
1859407349
@ -79,7 +79,7 @@ public class FtCateringDao extends FtCateringVo {
|
|||||||
private Integer isReplace;
|
private Integer isReplace;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 作废标志
|
* 启用标志
|
||||||
*/
|
*/
|
||||||
private Boolean flag;
|
private Boolean flag;
|
||||||
|
|
||||||
@ -111,4 +111,8 @@ public class FtCateringDao extends FtCateringVo {
|
|||||||
*/
|
*/
|
||||||
@Excel(name = "描述")
|
@Excel(name = "描述")
|
||||||
private String cateringDescribe;
|
private String cateringDescribe;
|
||||||
|
|
||||||
|
// 暂停标志
|
||||||
|
@Excel(name = "停餐")
|
||||||
|
private Integer suspendFlag;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user