Commit 5030b3e9de7278749ca79fc078cc5dcd7e1a71c9

Authored by changpengfei
1 parent c5bfaad963
Exists in master

debug--患者头像

Showing 1 changed file with 4 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/PatientInfo.java View file @ 5030b3e
... ... @@ -128,6 +128,10 @@
128 128 @TableField(value = "ilid")//疾病行ID
129 129 private Integer ilid;
130 130  
  131 + @TableField(value="headimg")
  132 + private String headimg;//患者头像
  133 +
  134 +
131 135  
132 136 @TableField(exist = false)
133 137 private static final long serialVersionUID = 1L;