更新 DeviceInfoDAO.java

This commit is contained in:
2023-12-09 14:11:57 +08:00
parent fb1022ad98
commit ceaf3ac24d

View File

@@ -12,6 +12,7 @@ public class DeviceInfoDAO {
@TableId(type = IdType.AUTO)
private Integer id;
private int isMonitored;
//设备超时时间,单位秒
private long timeOutPeriod;
private String deviceBrand;
private String androidVersion;