feat(event): 添加暂态事件波形查看与导出功能

- 新增 getTransientEventWave 接口用于查看暂态事件波形
- 新增 exportTransientEventWaves 接口用于批量导出暂态事件波形
- 添加 EventWaveExportParam 参数类支持波形导出
- 在 EventListMapper 中增加 selectTransientDetailsByIds 查询方法
- 更新事件列表查询参数支持毫秒级时间格式
- 移除事件描述模糊查询条件优化查询性能
- 添加波形导出相关的常量和工具类集成
This commit is contained in:
2026-05-18 16:31:01 +08:00
parent 38f910fccd
commit 1ee94208ae
10 changed files with 215 additions and 116 deletions

View File

@@ -50,10 +50,10 @@ webSocket:
steady:
influxdb:
url: http://192.168.1.103:18086
url: http://192.168.1.68:18086
database: pqsbase
username: admin
password: ${STEADY_INFLUXDB_PASSWORD:}
password: 123456
ssl: false
connect-timeout-ms: 5000
read-timeout-ms: 30000