诊断模版新增2个字段

This commit is contained in:
lxd 2025-03-29 11:27:34 +08:00
parent 6068450fb8
commit 41fc2d29b7

View File

@ -68,4 +68,16 @@ public class InspectTemplateDO {
@TableField("category")
private String category;
/**
* 健康建议
*/
@TableField("healthy")
private String healthy;
/**
* 科普知识
*/
@TableField("science")
private String science;
}