食谱计划优化

This commit is contained in:
xiezhijun
2021-03-03 18:17:03 +08:00
parent 77148e9067
commit a20ef83dc4
3 changed files with 15 additions and 4 deletions

View File

@ -116,6 +116,10 @@ public class SysRecipesPlan {
*/
private Integer reviewStatus;
/** 该食谱计划中暂停日期,使用 | 隔开 */
//@Excel(name = "该食谱计划中暂停日期,使用 | 隔开")
private String pauseDate;
/**
* 创建者
*/