Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张云鹏
/
uc-engine
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
24998614
...
24998614a182ad6db13107cea980bb1661484886
authored
2022-03-23 17:14:10 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.uc_user_tv表中新增vis_user_id字段
1 parent
f54f12b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
member-service-impl/src/main/java/com/topdraw/business/process/domian/TempIptvUser.java
member-service-impl/src/main/java/com/topdraw/business/process/domian/TempIptvUser.java
View file @
2499861
...
@@ -23,7 +23,8 @@ public class TempIptvUser {
...
@@ -23,7 +23,8 @@ public class TempIptvUser {
23
@Transient
23
@Transient
24
private
Long
points
;
24
private
Long
points
;
25
25
26
26
// vis_user表主键
27
private
Long
visUserId
;
27
// ID
28
// ID
28
private
Long
id
;
29
private
Long
id
;
29
30
...
...
Please
register
or
sign in
to post a comment