1.pms公共连接点功能
This commit is contained in:
@@ -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")
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@ public class SendParam {
|
||||
@ApiModelProperty(value = "统计日期")
|
||||
private String statisticalDate;
|
||||
|
||||
private String statisticalType;
|
||||
|
||||
private String isAppend;
|
||||
|
||||
@ApiModelProperty(value = "上报参数")
|
||||
private List stats;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user