This commit is contained in:
wr
2025-09-11 15:31:50 +08:00
parent c1dca815e7
commit 6815e1df4b
6 changed files with 33 additions and 32 deletions

View File

@@ -85,4 +85,13 @@ public class PollutionLineInfoDTO {
*/
private String monitorId;
/**
* 监测点统计间隔(解决MySQL关键字问题)
*/
private Integer timeInterval;
/**
* 监测点名称
*/
private String lineName;
}