1.自定义报表功能调整
2.暂降事件列表添加后端排序功能
This commit is contained in:
@@ -36,4 +36,7 @@ public class ReportSearchParam {
|
||||
//目前用于区分不同系统资源,null默认 1.无线系统,配合cs-device
|
||||
private Integer resourceType;
|
||||
|
||||
//浙江无线报表特殊标识 null为通用报表 1.浙江无线报表
|
||||
private Integer customType;
|
||||
|
||||
}
|
||||
|
||||
@@ -32,4 +32,6 @@ public class ExcelRptTemp extends BaseEntity {
|
||||
|
||||
private String reportForm;
|
||||
|
||||
private Integer sort;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user