更新 DeviceInfoDAO.java
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user