1.pms公共连接点功能

This commit is contained in:
cdf
2024-08-24 20:47:15 +08:00
parent f4fd509d12
commit 6dc1b415dc
15 changed files with 608 additions and 35 deletions

View File

@@ -44,6 +44,9 @@ public enum GWSendEnum {
PARK_AND_STATION("parkAndStation", "/pms-ghq-powerquality-start/powerQuality/park/create"),
REPORT_CREATE("reportCreate", "/pms-ghq-powerquality-start/powerQuality/report/create"),
COMM_POINT("commPoint","/pms-ghq-powerquality-start/powerQuality/publicConnection/pqBusMonitorDataStatisticalCreate")
;

View File

@@ -22,6 +22,10 @@ public class SendParam {
@ApiModelProperty(value = "统计日期")
private String statisticalDate;
private String statisticalType;
private String isAppend;
@ApiModelProperty(value = "上报参数")
private List stats;
}