Update DeviceInfoDAO.java

pull/1/head
wangsiyuan 2024-04-22 15:07:38 +08:00
parent bbb7bedc94
commit 7a8fdc2f4e
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ public class DeviceInfoDAO {
private String deviceModel;
private long lastOnlineTime;
private int status;
private String remark;
}