健康评估报告

This commit is contained in:
xiezhijun
2021-02-27 16:55:31 +08:00
parent 488a149ec3
commit 5de80fd57f
11 changed files with 263 additions and 45 deletions

View File

@ -433,6 +433,9 @@ public class SysCustomerHealthy extends BaseEntity
//备注
private String remark;
/** 减脂指导 */
private String guidance;
/** 湿气数据 */
@Excel(name = "湿气数据")
private String moistureDate;