yudao-module-iot/yudao-module-iot-core/src/main/java/cn/iocoder/yudao/module/iot/core/topic/property/IotDevicePropertyPostReqDTO.java
@@ -12,7 +12,7 @@ * <p> * 本质是一个 Map,key 为属性标识符,value 为属性值 * * @author 芋道源码 * @author 超级管理员 * @see <a href="http://help.aliyun.com/zh/marketplace/device-reporting-attributes">阿里云 - 设备上报属性</a> */ public class IotDevicePropertyPostReqDTO extends HashMap<String, Object> {