6075 mqtt
This commit is contained in:
@ -12,6 +12,7 @@ import lombok.EqualsAndHashCode;
|
||||
*/
|
||||
@Data
|
||||
public class AppDeviceBo {
|
||||
|
||||
/**
|
||||
* 设备IMEI
|
||||
*/
|
||||
@ -25,10 +26,11 @@ public class AppDeviceBo {
|
||||
/**
|
||||
* 通讯方式 0:4G;1:蓝牙,2 4G&蓝牙
|
||||
*/
|
||||
@NotNull(message = "通讯方式不能为空", groups = { EditGroup.class })
|
||||
@NotNull(message = "通讯方式不能为空", groups = {EditGroup.class})
|
||||
private Integer communicationMode;
|
||||
|
||||
private String sendMsg;
|
||||
|
||||
private Long deviceId;
|
||||
|
||||
}
|
||||
|
||||
@ -86,4 +86,5 @@ public class AppDeviceVo implements Serializable {
|
||||
* 设备详情页面
|
||||
*/
|
||||
private String detailPageUrl;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user