Commit 785c5f34 by chamberone

fix: 注释字段

1 parent e58121ae
...@@ -76,7 +76,7 @@ public class UserInfo { ...@@ -76,7 +76,7 @@ public class UserInfo {
/** /**
* 最后登录时间 * 最后登录时间
*/ */
private Date lastLoginTime; //private Date lastLoginTime;
/** /**
* 用户自定义条件 * 用户自定义条件
*/ */
...@@ -84,18 +84,18 @@ public class UserInfo { ...@@ -84,18 +84,18 @@ public class UserInfo {
/** /**
* 创建人 * 创建人
*/ */
private String createdBy; //private String createdBy;
/** /**
* 创建时间 * 创建时间
*/ */
private Date createdTime; // private Date createdTime;
/** /**
* 更新人 * 更新人
*/ */
private String updatedBy; //private String updatedBy;
/** /**
* 更新时间 * 更新时间
*/ */
private Date updatedTime; // private Date updatedTime;
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!