Commit dc9c7c21b2f0505e84ed2721cfbd7923667b98bf

Authored by shiyang
1 parent 4ab93fe72d
Exists in master

增加 疾病分类:1普通疾病,2慢性病

Showing 1 changed file with 6 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsDict.java View file @ dc9c7c2
... ... @@ -39,6 +39,12 @@
39 39 private Integer vtype;
40 40  
41 41 /**
  42 + * 疾病分类:1普通疾病,2慢性病
  43 + */
  44 + @TableField(value = "illness_type")
  45 + private Integer illnessType;
  46 +
  47 + /**
42 48 * 排序
43 49 */
44 50 @TableField(value = "sort")