From dc9c7c21b2f0505e84ed2721cfbd7923667b98bf Mon Sep 17 00:00:00 2001 From: shiyang <316555390@qq.com> Date: Mon, 18 Apr 2022 11:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E7=96=BE=E7=97=85?= =?UTF-8?q?=E5=88=86=E7=B1=BB=EF=BC=9A1=E6=99=AE=E9=80=9A=E7=96=BE?= =?UTF-8?q?=E7=97=85=EF=BC=8C2=E6=85=A2=E6=80=A7=E7=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/talkonlineweb/domain/LymsDict.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsDict.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsDict.java index 55f4a86..f435623 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsDict.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsDict.java @@ -39,6 +39,12 @@ public class LymsDict implements Serializable { private Integer vtype; /** + * 疾病分类:1普通疾病,2慢性病 + */ + @TableField(value = "illness_type") + private Integer illnessType; + + /** * 排序 */ @TableField(value = "sort") -- 1.8.3.1