|  |  | @ -1,9 +1,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | package com.glxp.api.admin.service.thrsys; |  |  |  | package com.glxp.api.admin.service.thrsys; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.admin.entity.thrsys.ThrInvProductsEntity; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.admin.entity.thrsys.ThrProductsEntity; |  |  |  | import com.glxp.api.admin.entity.thrsys.ThrProductsEntity; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.admin.req.thrsys.FilterThrProductsRequest; |  |  |  | import com.glxp.api.admin.req.thrsys.FilterThrProductsRequest; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.apache.ibatis.annotations.Param; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.List; |  |  |  | import java.util.List; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -33,4 +31,12 @@ public interface ThrProductsService { | 
			
		
	
		
		
			
				
					
					|  |  |  |     ThrProductsEntity selectByCode(String code, String thirdSysFk); |  |  |  |     ThrProductsEntity selectByCode(String code, String thirdSysFk); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     List<ThrProductsEntity> batchSelectByIds(List<String> codes, String thirdFk); |  |  |  |     List<ThrProductsEntity> batchSelectByIds(List<String> codes, String thirdFk); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     /** | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |      * 查询第三方系统价格 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |      * | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |      * @param thirdId | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |      * @return | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |      */ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     String selectPriceByCode(String thirdId); | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |