Commit 508213e01715e7b7afc0af26788ca6c96b3d7aee

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

保存医院改为json接受

Showing 1 changed file with 2 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsHospital.java View file @ 508213e
... ... @@ -70,6 +70,8 @@
70 70 @TableField(value = "createdby")
71 71 private Integer createdby;
72 72  
  73 + @TableField(value = "creator")
  74 + private String creator;
73 75 /**
74 76 * 创建时间
75 77 */