瀏覽代碼

user增加最后修改时间和锁定时间字段

heshan 2 年之前
父節點
當前提交
b375c06466
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common-entity/src/main/java/com/tofly/entity/pojo/User.java

+ 4 - 0
common-entity/src/main/java/com/tofly/entity/pojo/User.java

@@ -70,4 +70,8 @@ public class User implements Serializable {
     private Long createUser;
 
     private String userLevel;
+
+    private Date lastUpdateTime;
+
+    private Date lockTime;
 }