Commit 24998614 24998614a182ad6db13107cea980bb1661484886 by xianghan

1.uc_user_tv表中新增vis_user_id字段

1 parent f54f12b5
...@@ -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
......