Commit 51cfee839e2d9b2d47e6d094285354f4158f7ff4

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

环信组

Showing 1 changed file with 4 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsUser.java View file @ 51cfee8
... ... @@ -69,6 +69,10 @@
69 69 // 科室名称
70 70 @TableField(value = "dname")
71 71 private String dname;
  72 + @TableField(value = "mobile")
  73 + private String mobile;
  74 + @TableField(value = "enable")
  75 + private Integer enable;
72 76  
73 77 /**
74 78 * 创建人