设备用户详情

This commit is contained in:
2025-08-27 09:08:27 +08:00
parent f9d9dadf08
commit 0bbac2b497
4 changed files with 46 additions and 12 deletions

View File

@ -175,6 +175,7 @@ public class DeviceGroupServiceImpl implements IDeviceGroupService {
return baseMapper.deleteByIds(ids) > 0;
}
/**
* 绑定设备分组
*
@ -197,4 +198,5 @@ public class DeviceGroupServiceImpl implements IDeviceGroupService {
return true;
}
}