| 
					
				 | 
			
			
				@@ -1,6 +1,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 package cn.hnthyy.thmz.entity.his.yp; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import cn.hnthyy.thmz.annotation.NotColumn; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.fasterxml.jackson.annotation.JsonFormat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import lombok.Data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.format.annotation.DateTimeFormat; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -125,5 +126,6 @@ public class YpInDetl { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   private String acceptId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   private BigDecimal avgPrice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   //药品国家医保编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  @NotColumn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   private String nationalCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |