小程序打卡功能优化

This commit is contained in:
xiezhijun
2021-04-14 17:25:40 +08:00
parent de5ca49409
commit 8d8dc77642
7 changed files with 221 additions and 33 deletions

View File

@ -123,6 +123,25 @@ public class SysWxUserLog extends BaseEntity
@Excel(name = "体型对比照")
private String bodyImages;
/** 服务建议 */
@Excel(name = "服务建议")
private String suggest;
/** 目标体重 */
@Excel(name = "目标体重")
private BigDecimal targetWeight;
/** 执行评分,五分制 */
@Excel(name = "执行评分,五分制")
private BigDecimal executionScore;
/** 点评 */
@Excel(name = "点评")
private String comment;
/** 删除标识 0未删除 1已删除 */
private Long delFlag;
//售后营养师ID
private Long afterNutritionistId;