Browse Source

修复 不同租户可以添加同一台设备的问题

zhaiyifei 9 months atrás
parent
commit
93dcc05ef2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/yunfeiyun/agmp/iot/common/domain/IotDevice.java

+ 2 - 0
src/main/java/com/yunfeiyun/agmp/iot/common/domain/IotDevice.java

@@ -263,4 +263,6 @@ public class IotDevice extends IotBaseEntity {
         }
         return devCbdrecogtype;
     }
+
+    private List<String> devCodeList;
 }