增加websocket
This commit is contained in:
@@ -14,7 +14,7 @@ public class DeviceInfo {
|
||||
private String sn;
|
||||
|
||||
@Column(name = "device_model", nullable = false)
|
||||
private String device_model;
|
||||
private String deviceModel;
|
||||
|
||||
@Column(name = "device_alias")
|
||||
private String deviceAlias;
|
||||
@@ -23,12 +23,12 @@ public class DeviceInfo {
|
||||
private String userId;
|
||||
|
||||
@Column(name = "bind_phone")
|
||||
private String bind_phone;
|
||||
private String bindPhone;
|
||||
|
||||
@Column(name = "add_time", nullable = false)
|
||||
private Date add_time;
|
||||
private Date addTime;
|
||||
|
||||
@Column(name = "activation_time")
|
||||
private Date activation_time;
|
||||
private Date activationTime;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user