app设备解绑

This commit is contained in:
2025-07-11 11:34:30 +08:00
parent 3250dd3f83
commit a423ac0f8b
5 changed files with 61 additions and 5 deletions

View File

@ -42,4 +42,11 @@ public class AppDeviceVo {
* 蓝牙名称
*/
private String bluetoothName;
/**
* 设备状态
* 0 失效
* 1 正常
*/
private Integer deviceStatus;
}