Commit 24998614 24998614a182ad6db13107cea980bb1661484886 by xianghan

1.uc_user_tv表中新增vis_user_id字段

1 parent f54f12b5
......@@ -23,7 +23,8 @@ public class TempIptvUser {
@Transient
private Long points;
// vis_user表主键
private Long visUserId;
// ID
private Long id;
......