【功能新增】IoT:设备管理界面增加设备分组选择功能

This commit is contained in:
YunaiV
2024-12-14 18:41:46 +08:00
parent b143bc177f
commit b5ac526139
12 changed files with 198 additions and 12 deletions

View File

@@ -35,5 +35,5 @@ public interface ErrorCodeConstants {
// ========== 设备分组 1-050-005-000 ==========
ErrorCode DEVICE_GROUP_NOT_EXISTS = new ErrorCode(1_050_005_000, "设备分组不存在");
ErrorCode DEVICE_GROUP_DELETE_FAIL_DEVICE_EXISTS = new ErrorCode(1_050_005_001, "设备分组下存在设备,不允许删除");
}