修改自定义报表适配分钟/统计数据查询

This commit is contained in:
cdf
2026-05-14 17:05:43 +08:00
parent eff784e94e
commit 23d87aecc8
3 changed files with 423 additions and 173 deletions

View File

@@ -36,6 +36,9 @@ public class ReportSearchParam {
//目前用于区分不同系统资源null默认 1.无线系统配合cs-device
private Integer resourceType;
//区分统计数据还是分钟数据null默认统计数据 0.统计数据 1.分钟数据
private Integer isStatisticData;
//浙江无线报表特殊标识 null为通用报表 1.浙江无线报表
private Integer customType;