营养小知识修改优化

This commit is contained in:
xiezhijun
2021-04-20 18:17:49 +08:00
parent f2d2e8c8ac
commit d697ba73ee
12 changed files with 257 additions and 75 deletions

View File

@ -18,6 +18,8 @@ public class SysNutritionQuestion extends BaseEntity
/** $column.columnComment */
private Long id;
private Long[] ids;
/** 标题 */
@Excel(name = "标题")
private String title;