|
|
@ -67,7 +67,7 @@ public class VectorDataController { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/getDeviceAttr") |
|
|
|
@GetMapping("/getDeviceAttr") |
|
|
|
@ApiOperation(value = "获取模型数据") |
|
|
|
@ApiOperation(value = "获取设备属性数据") |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@ApiInterface |
|
|
|
@ApiInterface |
|
|
|
public R<List<DeviceAttrInfoDTO>> getDeviceAttr( ) { |
|
|
|
public R<List<DeviceAttrInfoDTO>> getDeviceAttr( ) { |
|
|
|