设备下发指令控制

This commit is contained in:
2025-07-28 18:26:02 +08:00
parent 730e9c0bb7
commit 2b2edf096d
24 changed files with 2124 additions and 149 deletions

View File

@ -114,4 +114,5 @@ public interface DeviceService extends IService<Device> {
* @return
*/
int webUnBindDevice(Long id);
}