功能优化

This commit is contained in:
xy
2026-02-06 09:55:14 +08:00
parent 3727b5777e
commit bd1fb82532
33 changed files with 359 additions and 83 deletions

View File

@@ -20,6 +20,12 @@ public class EventStatisticParam extends BaseParam {
@ApiModelProperty("监测点id")
private String lineId;
/**
* 暂态事件类型
*/
@ApiModelProperty("暂态事件类型 0:全部 1:暂降 2:中断 3:暂升")
private Integer eventType;
/**
* 安装位置
*/