8、16、19国网接口-数据查询、上送接口

This commit is contained in:
2023-12-14 16:24:10 +08:00
parent 5bb7adc5b6
commit c5e31075a5
29 changed files with 1355 additions and 95 deletions

View File

@@ -35,8 +35,12 @@ 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"),
;