Browse Source

Merge branch '设备查询通用组件' into test

hechunping 1 year ago
parent
commit
8df5ded4b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      device-api/src/main/java/com/xy/dto/DeviceInfoDto.java

+ 1 - 1
device-api/src/main/java/com/xy/dto/DeviceInfoDto.java

@@ -62,7 +62,7 @@ public class DeviceInfoDto {
         @ApiModelProperty(value = "设备名称")
         private String deviceName;
 
-        @ApiModelProperty(value = "权限设备id多个", hidden = true)
+        @ApiModelProperty(value = "设备id")
         private Long deviceId;
     }