湖分统计查询导出

This commit is contained in:
wuchunlei
2025-04-24 17:23:04 +08:00
parent 6728333b59
commit cfe8a58a75
5 changed files with 72 additions and 148 deletions

View File

@@ -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;