排班优化加上一键复制功能,营养知识列表、视频列表加上创建时间

This commit is contained in:
xiezhijun
2021-05-14 18:38:25 +08:00
parent 8c2ab96881
commit 85f362e775
13 changed files with 242 additions and 14 deletions

View File

@ -26,4 +26,6 @@ public class NutritionQuestionResponse implements Serializable {
/** 小程序是否显示0不显示 1显示 */
private String showFlag;
private String createTime;
}