| 
						
						
						
					 | 
				
				 | 
				
					@ -1,5 +1,6 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					using Cis.Application.Core; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					using Cis.Application.Core.Component.CameraSDK; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					using Cis.Application.Core.Component.PtzServer; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					using EC.Helper.CameraSDK; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					using Newtonsoft.Json.Linq; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -13,11 +14,11 @@ public class CmMarkLabelService : IDynamicApiController, ITransient | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private readonly SqlSugarRepository<CmMarkLabel> _baseRep; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private CameraSdkServer _cameraSdk { get; set; } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private ICameraSdkServer _cameraSdk { get; set; } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    public CmMarkLabelService( | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        SqlSugarRepository<CmMarkLabel> baseRep, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        CameraSdkServer cameraSdk | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        ICameraSdkServer cameraSdk | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    ) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        _baseRep = baseRep; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |