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