Sfoglia il codice sorgente

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

heshan 2 anni fa
parent
commit
b375c06466

+ 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;
 }