打卡优化,加上编辑

This commit is contained in:
xiezhijun
2021-04-22 18:35:25 +08:00
parent ac2e282b48
commit cb1300c593
9 changed files with 127 additions and 60 deletions

View File

@ -106,6 +106,10 @@ public class SysWxUserLog extends BaseEntity
@Excel(name = "是否便秘", readConverterExp = "Y=是,N=否")
private String constipation;
/** 食材描述 */
@Excel(name = "食材描述")
private String ingredientDescribe;
/** 早餐照片 */
@Excel(name = "早餐照片")
private String breakfastImages;