Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 785c5f34
authored
Aug 04, 2023
by
chamberone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 注释字段
1 parent
e58121ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
project-interface/src/main/java/com/dituhui/pea/pojo/UserInfo.java
project-interface/src/main/java/com/dituhui/pea/pojo/UserInfo.java
View file @
785c5f3
...
...
@@ -76,7 +76,7 @@ public class UserInfo {
/**
* 最后登录时间
*/
private
Date
lastLoginTime
;
//
private Date lastLoginTime;
/**
* 用户自定义条件
*/
...
...
@@ -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;
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment