更新 DeviceInfoDAO.java
parent
fb1022ad98
commit
ceaf3ac24d
|
|
@ -12,6 +12,7 @@ public class DeviceInfoDAO {
|
||||||
@TableId(type = IdType.AUTO)
|
@TableId(type = IdType.AUTO)
|
||||||
private Integer id;
|
private Integer id;
|
||||||
private int isMonitored;
|
private int isMonitored;
|
||||||
|
//设备超时时间,单位秒
|
||||||
private long timeOutPeriod;
|
private long timeOutPeriod;
|
||||||
private String deviceBrand;
|
private String deviceBrand;
|
||||||
private String androidVersion;
|
private String androidVersion;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue