|
|
|
@ -70,7 +70,7 @@ public class VectorDataController {
|
|
|
|
|
|
|
|
|
|
@GetMapping("/getDeviceAttr") |
|
|
|
|
@ApiOperation(value = "获取设备属性数据") |
|
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
|
@ApiOperationSupport(order = 5) |
|
|
|
|
@ApiInterface |
|
|
|
|
public R<List<DeviceAttrInfoDTO>> getDeviceAttr( ) { |
|
|
|
|
return R.data(vectorDataService.getDeviceAttr()); |
|
|
|
@ -78,7 +78,7 @@ public class VectorDataController {
|
|
|
|
|
|
|
|
|
|
@GetMapping("/listKnowledgeData") |
|
|
|
|
@ApiOperation(value = "获取知识库数据") |
|
|
|
|
@ApiOperationSupport(order = 5) |
|
|
|
|
@ApiOperationSupport(order = 6) |
|
|
|
|
@ApiInterface |
|
|
|
|
public R<List<KnowledgeData>> listKnowledgeData() { |
|
|
|
|
return R.data(knowledgeDataService.listKnowledgeData()); |
|
|
|
|