统计查询导出

This commit is contained in:
wuchunlei
2025-04-24 10:03:24 +08:00
parent e0f514d071
commit 4eae73dbd5
5 changed files with 200 additions and 4 deletions

View File

@@ -39,6 +39,12 @@ public class UserContribution {
@TableField(exist = false)
private MyUserEntity user;
@TableField(exist = false)
private String userTel;
@TableField(exist = false)
private String userName;
@TableField(exist = false)
private String level;
@TableField(exist = false)
private List<UserContribution> contributions;
@TableField(exist = false)
private int StatQueryFlag;