Commit 8e7852b1f8f4283edc7ee587e624896b0ad4f000

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

添加科室创建人

Showing 1 changed file with 4 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsHdepart.java View file @ 8e7852b
... ... @@ -62,6 +62,10 @@
62 62 @NotNull(message = "创建人不能为空")
63 63 private Integer createdby;
64 64  
  65 +
  66 + @TableField(value = "creator")
  67 + private Integer creator;
  68 +
65 69 /**
66 70 * 创建时间
67 71 */