Browse Source

pms功能优化

zhangcl 4 months ago
parent
commit
ab8fd4cc28

+ 4 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/controller/admin/iotdevicetemplate/model/DeviceTemplateAttrs.java

@@ -49,6 +49,10 @@ public class DeviceTemplateAttrs {
      * 属性标识符
      */
     private String identifier;
+    /**
+     * 默认值
+     */
+    private String defaultValue;
     /**
      * 云端可以对该属性进行的操作类型
      *