Commit cc70f9faf6ccc7e61d902ca77b4952507a95a0cb

Authored by changpengfei
1 parent 51cfee839e
Exists in master

add

Showing 1 changed file with 4 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsUser.java View file @ cc70f9f
... ... @@ -80,6 +80,10 @@
80 80 @TableField(value = "createdby")
81 81 private Integer createdby;
82 82  
  83 +
  84 + @TableField(value = "creator")
  85 + private String creator;
  86 +
83 87 /**
84 88 * 创建时间
85 89 */