| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -4,8 +4,6 @@ import com.epmet.commons.tools.constant.NumConstant; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import com.fasterxml.jackson.annotation.JsonIgnore; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import lombok.Data; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import javax.validation.constraints.NotBlank; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import javax.validation.constraints.NotNull; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import java.io.Serializable; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					/** | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -69,6 +67,7 @@ public class TDuckListResultDTO implements Serializable { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String client; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String createdTime; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String updatedTime; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     * 是否填写问卷,true:是,false:否 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -107,6 +106,7 @@ public class TDuckListResultDTO implements Serializable { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.status = NumConstant.ONE; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.client = ""; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.createdTime = ""; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.updatedTime = ""; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.fillStatus = false; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.isFillQuestion = true; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.orgName = ""; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |