1.解决pq公共方法查询监测点信息,母线,终端等信息

2.解决device模块swagger页面出不来问题
3.技术监督变电站台账接口增加
4.监测点试运行报告增加,间谐波电压和暂态列表
This commit is contained in:
wr
2024-08-01 11:41:19 +08:00
parent d972bbef80
commit cdbb4fe428
25 changed files with 2753 additions and 501 deletions

View File

@@ -22,4 +22,8 @@ public class EventCountParam implements Serializable {
@ApiModelProperty(name="endTime",value="统计截止日期yyyy-MM-dd")
private String endTime;
@ApiModelProperty(name="eventType",value="统计类型")
private List<String> eventType;
}