修复设备监控历史数据及最新一组数据点击最大化报错问题
This commit is contained in:
@@ -36,6 +36,8 @@ public class DevicDataTrendQueryParam {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
||||
@NotNull(message="结束时间不能为空!")
|
||||
private String endTime;
|
||||
|
||||
private String devId;
|
||||
@Data
|
||||
public static class StatisticalParam{
|
||||
private String classId;
|
||||
|
||||
Reference in New Issue
Block a user