1.自定义报表调整

This commit is contained in:
2024-09-29 08:50:02 +08:00
parent 98cf051fab
commit eda0237e8b
3 changed files with 57 additions and 62 deletions

View File

@@ -33,6 +33,7 @@ public class ReportSearchParam {
@ApiModelProperty(name = "deptId",value = "部门ID")
private String deptId;
private Integer resourceType = 1;
//目前用于区分不同系统资源null默认 1.无线系统配合cs-device
private Integer resourceType;
}