1.pms全过程用户临时档案功能

This commit is contained in:
2024-10-24 20:30:22 +08:00
parent 0eeedf8f35
commit 448f76d646
24 changed files with 1000 additions and 27 deletions

View File

@@ -27,4 +27,6 @@ public class SimpleDTO implements Serializable {
private Integer sort;
private Integer algoDescribe;
}

View File

@@ -15,4 +15,6 @@ public class SimpleTreeDTO extends SimpleDTO implements Serializable {
private List<SimpleDTO> children;
}

View File

@@ -49,8 +49,10 @@ public enum GWSendEnum {
REPORT_CREATE("reportCreate", "/powerQuality/report/create"),
COMM_POINT("commPoint","/powerQuality/publicConnection/pqBusMonitorDataStatisticalCreate")
COMM_POINT("commPoint","/powerQuality/publicConnection/pqBusMonitorDataStatisticalCreate"),
MAIN_MONITOR("mainMonitor","/powerQuality/runStatistics/monitorStatisticsCreate"),
TEMP_USER_CREATE("tempUserCreate","/powerQuality/process/tempUserCreate"),
MONTH_REPORT_CREATE("monthReportCreate","/powerQuality/process/monthReportCreate")
;