| 
						
						
						
					 | 
					 | 
					@ -1,18 +1,10 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					package digital.laboratory.platform.entrustment.entity; | 
					 | 
					 | 
					 | 
					package digital.laboratory.platform.entrustment.entity; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import com.baomidou.mybatisplus.annotation.IdType; | 
					 | 
					 | 
					 | 
					import com.baomidou.mybatisplus.annotation.*; | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import com.baomidou.mybatisplus.annotation.TableField; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import com.baomidou.mybatisplus.annotation.TableId; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import com.baomidou.mybatisplus.annotation.TableName; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import com.baomidou.mybatisplus.extension.handlers.FastjsonTypeHandler; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import digital.laboratory.platform.common.mybatis.base.BaseEntity; | 
					 | 
					 | 
					 | 
					import digital.laboratory.platform.common.mybatis.base.BaseEntity; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import digital.laboratory.platform.sys.entity.DrugLite; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import io.swagger.annotations.ApiModelProperty; | 
					 | 
					 | 
					 | 
					import io.swagger.annotations.ApiModelProperty; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import lombok.Data; | 
					 | 
					 | 
					 | 
					import lombok.Data; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import java.io.Serializable; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import java.util.List; | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					/** | 
					 | 
					 | 
					 | 
					/** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * 委托检材--检出定性定量结果信息 | 
					 | 
					 | 
					 | 
					 * 委托检材--检出定性定量结果信息 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * @TableName b_entrust_material_checkout_result | 
					 | 
					 | 
					 | 
					 * @TableName b_entrust_material_checkout_result | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -35,22 +27,25 @@ public class EntrustMaterialCheckoutResult extends BaseEntity { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    /** | 
					 | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     * 定性结果 | 
					 | 
					 | 
					 | 
					     * 定性结果 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     */ | 
					 | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					//    @TableField(typeHandler = FastjsonTypeHandler.class)
 | 
					 | 
					 | 
					 | 
					    @TableField(updateStrategy = FieldStrategy.IGNORED) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    private String qualitativeResult; | 
					 | 
					 | 
					 | 
					    private String qualitativeResult; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    /** | 
					 | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     * 定量结果 | 
					 | 
					 | 
					 | 
					     * 定量结果 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     */ | 
					 | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    @TableField(updateStrategy = FieldStrategy.IGNORED) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    private String quantitativeResult; | 
					 | 
					 | 
					 | 
					    private String quantitativeResult; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    /** | 
					 | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     * 其他鉴定结果 | 
					 | 
					 | 
					 | 
					     * 其他鉴定结果 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     */ | 
					 | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    @TableField(updateStrategy = FieldStrategy.IGNORED) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    private String otherResult; | 
					 | 
					 | 
					 | 
					    private String otherResult; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    /** | 
					 | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     * 检出结果的备注信息 | 
					 | 
					 | 
					 | 
					     * 检出结果的备注信息 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     */ | 
					 | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    @TableField(updateStrategy = FieldStrategy.IGNORED) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    private String checkoutRemark; | 
					 | 
					 | 
					 | 
					    private String checkoutRemark; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    @TableField(exist = false) | 
					 | 
					 | 
					 | 
					    @TableField(exist = false) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |