大屏呼入电话数据调整

This commit is contained in:
feng
2025-12-13 15:15:55 +08:00
parent 24cd7cfdca
commit 8f1d3fdf2a
2 changed files with 12 additions and 2 deletions
@@ -30,6 +30,9 @@ public class TblUserHelpVo {
@Parameter(description = "累计处置")
private Integer totalacceptance;
@Parameter(description = "近7天的累计处置") //固定查近七天的数据, 和传入的时间筛选无关
private Integer lastSevenTotal;
@Parameter(description = "交易")
private Integer totaldeal;
}