湖分统计查询导出
This commit is contained in:
@@ -25,7 +25,7 @@ public class UserContribution {
|
||||
//明细
|
||||
private String detail;
|
||||
|
||||
//类型 在线教学 01 学术期刊 03 太湖讲堂 05 创作技术 07 注册邀请 11 课程邀请 13
|
||||
//类型 SysDictDataEntity数据字典里
|
||||
private String type;
|
||||
|
||||
//兑换标志 未兑换0 兑换完毕1
|
||||
@@ -45,6 +45,8 @@ public class UserContribution {
|
||||
@TableField(exist = false)
|
||||
private String level;
|
||||
@TableField(exist = false)
|
||||
private String typeInfo;
|
||||
@TableField(exist = false)
|
||||
private List<UserContribution> contributions;
|
||||
@TableField(exist = false)
|
||||
private int StatQueryFlag;
|
||||
|
||||
Reference in New Issue
Block a user