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

@@ -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")
;