|  | @@ -1,10 +1,12 @@
 | 
	
		
			
				|  |  |  package com.bz.smart_city.dao;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import com.bz.smart_city.entity.Device;
 | 
	
		
			
				|  |  |  import com.bz.smart_city.entity.OperatingValveRecord;
 | 
	
		
			
				|  |  |  import org.apache.ibatis.annotations.Mapper;
 | 
	
		
			
				|  |  |  import org.apache.ibatis.annotations.Param;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  | +import java.util.Map;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * (OperatingValveRecord)表数据库访问层
 | 
	
	
		
			
				|  | @@ -79,4 +81,9 @@ public interface OperatingValveRecordMapper {
 | 
	
		
			
				|  |  |      int count();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      void updateStatus(OperatingValveRecord operatingValveRecordMessage);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    Device getDevice(OperatingValveRecord operatingValveRecordMessage);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    List<Map<String,Object>> getDeviceStatus(@Param("electronicMeterNo") List<String> electronicMeterNo,
 | 
	
		
			
				|  |  | +                                        @Param("customerNo") String customerNo);
 | 
	
		
			
				|  |  |  }
 |