Commit 4a9a7f9a3e41afd449f90981621f399fce5e17a1

Authored by changpengfei
1 parent 03c8e3c84f
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/LymsDoctor.java View file @ 4a9a7f9
... ... @@ -39,6 +39,9 @@
39 39 @TableField(value = "dname")
40 40 private String dname;
41 41  
  42 + @TableField(value = "mobile")
  43 + private String mobile;
  44 +
42 45 /**
43 46 * 医院标识
44 47 */