Commit 7f63adb000785cb16460304639a750f0e0d6ade8

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

医生性别

Showing 1 changed file with 6 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/AppgetdoctorlistInfo.java View file @ 7f63adb
... ... @@ -66,6 +66,12 @@
66 66 */
67 67 @TableField(value = "intro")
68 68 private String intro;
  69 +
  70 + /**
  71 + * 性别
  72 + */
  73 + @TableField(value = "sex")
  74 + private Integer sex;
69 75 /**
70 76 * 搜索内容
71 77 */