wifi管理,解绑设备

This commit is contained in:
2026-05-20 09:48:18 +08:00
parent d98deb406f
commit e4c17969b7
9 changed files with 185 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
package com.example.defenseapplication.bean
class DeleteBean {
var deviceId: String? = null
}