1.解决统计类型:在线离线类型

2.解决设备运行,初始时间和结束时间bug
This commit is contained in:
wr
2023-05-17 11:02:53 +08:00
parent f0eabb44b1
commit 66906d15d9
3 changed files with 42 additions and 5 deletions

View File

@@ -61,5 +61,8 @@ public class TransientParam extends DeviceInfoParam.BusinessParam {
@ApiModelProperty("搜索值")
private String searchValue;
@ApiModelProperty("在线离线 0在线 1离线")
private Integer isType;
}