forked from dyf/fys-Multi-tenant
app设备解绑
This commit is contained in:
@ -42,4 +42,11 @@ public class AppDeviceVo {
|
||||
* 蓝牙名称
|
||||
*/
|
||||
private String bluetoothName;
|
||||
|
||||
/**
|
||||
* 设备状态
|
||||
* 0 失效
|
||||
* 1 正常
|
||||
*/
|
||||
private Integer deviceStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user