1.自定义报表功能调整

2.暂降事件列表添加后端排序功能
This commit is contained in:
2024-11-15 10:51:26 +08:00
parent ff205cb335
commit a6acf6d1c9
8 changed files with 572 additions and 50 deletions

View File

@@ -36,4 +36,7 @@ public class ReportSearchParam {
//目前用于区分不同系统资源null默认 1.无线系统配合cs-device
private Integer resourceType;
//浙江无线报表特殊标识 null为通用报表 1.浙江无线报表
private Integer customType;
}

View File

@@ -32,4 +32,6 @@ public class ExcelRptTemp extends BaseEntity {
private String reportForm;
private Integer sort;
}