修改:优化 IOT 物模型 修改和查询接口

This commit is contained in:
安浩浩
2024-09-13 22:30:19 +08:00
parent 18e789d4fb
commit 9e77692414
10 changed files with 159 additions and 56 deletions

View File

@ -16,4 +16,5 @@ public interface ErrorCodeConstants {
// ========== IoT 产品物模型 1-050-002-000 ============
ErrorCode THINK_MODEL_FUNCTION_NOT_EXISTS = new ErrorCode(1_050_002_000, "产品物模型不存在");
ErrorCode THINK_MODEL_FUNCTION_EXISTS_BY_PRODUCT_KEY = new ErrorCode(1_050_002_001, "ProductKey 对应的产品物模型已存在");
}