【功能新增】IoT: 数据桥梁 CRUD

This commit is contained in:
puhui999
2025-03-09 12:53:54 +08:00
parent 415dd435f3
commit ff9267ad75
10 changed files with 334 additions and 30 deletions

View File

@@ -70,4 +70,7 @@ public interface ErrorCodeConstants {
// ========== MQTT 通信相关 1-050-009-000 ==========
ErrorCode MQTT_TOPIC_ILLEGAL = new ErrorCode(1_050_009_000, "topic illegal");
// ========== IoT 数据桥梁 1-050-010-000 ==========
ErrorCode DATA_BRIDGE_NOT_EXISTS = new ErrorCode(1_050_010_000, "IoT 数据桥梁不存在");
}