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-05-22 14:16:33 +0800
Commit
94ef302f730b9081f9770c5bd88ced29e7a59e2b
1 parent
79bb809b
增加status字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
base/src/main/java/com/yoho/datasync/core/base/model/yh_grass/UserFavoriteArticle.java
base/src/main/java/com/yoho/datasync/core/base/model/yh_grass/UserFavoriteArticle.java
View file @
94ef302
...
...
@@ -17,6 +17,12 @@ public class UserFavoriteArticle {
private
Integer
articleId
;
@FieldTransfer
private
Integer
status
;
@FieldTransfer
private
Integer
createTime
;
@FieldTransfer
private
Integer
updateTime
;
}
...
...
Please
register
or
login
to post a comment