From dfa95fd701adf9a86bc5fdda50d32b948abfce74 Mon Sep 17 00:00:00 2001 From: hzj <826100833@qq.com> Date: Fri, 25 Oct 2024 13:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E7=BD=91=E4=B8=8A=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/njcn/web/enums/GWSendEnum.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java b/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java index 091938c8f..913fd3a17 100644 --- a/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java +++ b/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java @@ -52,7 +52,8 @@ public enum GWSendEnum { 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") + MONTH_REPORT_CREATE("monthReportCreate","/powerQuality/process/monthReportCreate"), + PROCESS_APPROVAL_CREATE("processApprovalCreate","powerQuality/process/processApprovalCreate") ;