Toggle navigation
Toggle navigation
This project
Loading...
Sign in
datasync
/
yoho-datasync-core
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
liangyi.chen@yoho.cn
2019-09-05 15:33:07 +0800
Commit
fa225833449da1507bdf76633a6a6773700703a0
1 parent
e4601798
Fix 主键bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
base/src/main/java/com/yoho/datasync/core/base/model/yh_community/UserInfo.java
base/src/main/java/com/yoho/datasync/core/base/model/yh_community/UserInfo.java
0 → 100644
View file @
fa22583
package
com
.
yoho
.
datasync
.
core
.
base
.
model
.
yh_community
;
import
lombok.Data
;
@Data
public
class
UserInfo
{
private
Integer
id
;
private
String
nickName
;
private
String
gender
;
private
String
headIco
;
private
Integer
yohoUid
;
}
...
...
Please
register
or
login
to post a comment