代码调整

This commit is contained in:
2023-12-14 16:38:45 +08:00
parent c5e31075a5
commit b0d2b611ad
4 changed files with 3 additions and 9 deletions

View File

@@ -35,12 +35,6 @@ public enum GWSendEnum {
SUBSTATION_MONITOR("pqSubstationMonitorCreate", "/WMCenter/powerQuality/substationMonitor/create"),
//接收其他干扰用户台账数据接口
OTHER_USER_CREATE("pqArchivalInformationOtherUserCreate", "/WMCenter/powerQuality/archivalInformation/otherUserCreate"),
//2.4.1.16接收电能质量主配网监测点统计数据接口
POINT_STATISTICAL_DATA("pqPointStatisticalDataCreate","/WMCenter/powerQuality/converterMonitor/indexCreate"),
//2.4.1.19接收电能质量变电站监测统计数据接口
SUBSTATION_STATISTICAL_DATA("pqSubstationStatisticalDataCreate","/WMCenter/powerQuality/substationMonitor/create"),
//2.4.1.8接收电能质量基准水平评估数据接口
EVALUATION_DATA("pqEvaluationData","/WMCenter/powerQuality/evaluation/create"),
;