添加监测点统计间隔

This commit is contained in:
xy
2024-12-04 17:14:37 +08:00
parent 8e4adc58d4
commit 3df2bedaa6
2 changed files with 7 additions and 1 deletions

View File

@@ -48,4 +48,9 @@ public class CsLineParam extends BaseEntity {
*/
private String dataSetId;
/**
* 统计间隔
*/
private Integer lineInterval;
}