诊断模版新增2个字段
This commit is contained in:
parent
6068450fb8
commit
41fc2d29b7
@ -68,4 +68,16 @@ public class InspectTemplateDO {
|
||||
@TableField("category")
|
||||
private String category;
|
||||
|
||||
/**
|
||||
* 健康建议
|
||||
*/
|
||||
@TableField("healthy")
|
||||
private String healthy;
|
||||
|
||||
/**
|
||||
* 科普知识
|
||||
*/
|
||||
@TableField("science")
|
||||
private String science;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user