Commit 58fb36f1a9d2a506093745ebd5e06e2210e730c7

Authored by changpengfei
1 parent 455bbc81d6
Exists in master and in 1 other branch dev

添加患者字段

Showing 1 changed file with 3 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/PatientInfo.java View file @ 58fb36f
... ... @@ -50,6 +50,9 @@
50 50 @TableField(value = "ccnt")
51 51 private Integer ccnt;
52 52  
  53 + @TableField(value = "birth")
  54 + private String birth;//出生日期
  55 +
53 56 /**
54 57 * 环信对应标识
55 58 */