【功能新增】IoT:设备管理,增加批量导入

This commit is contained in:
YunaiV
2024-12-15 10:46:33 +08:00
parent dea8883f82
commit 92c2717d46
13 changed files with 239 additions and 15 deletions

View File

@@ -29,6 +29,7 @@ public interface ErrorCodeConstants {
ErrorCode DEVICE_KEY_EXISTS = new ErrorCode(1_050_003_003, "设备标识已经存在");
ErrorCode DEVICE_GATEWAY_NOT_EXISTS = new ErrorCode(1_050_003_004, "网关设备不存在");
ErrorCode DEVICE_NOT_GATEWAY = new ErrorCode(1_050_003_005, "设备不是网关设备");
ErrorCode DEVICE_IMPORT_LIST_IS_EMPTY = new ErrorCode(1_050_003_006, "导入设备数据不能为空!");
// ========== 产品分类 1-050-004-000 ==========
ErrorCode PRODUCT_CATEGORY_NOT_EXISTS = new ErrorCode(1_050_004_000, "产品分类不存在");