| 
						
						
							
								
							
						
						
					 | 
					@ -26,6 +26,8 @@ import com.epmet.dataaggre.dto.epmettduck.ProjectItemTypeEnum; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dataaggre.dto.epmettduck.struct.ItemDefaultValueStruct; | 
					 | 
					 | 
					import com.epmet.dataaggre.dto.epmettduck.struct.ItemDefaultValueStruct; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import lombok.Data; | 
					 | 
					 | 
					import lombok.Data; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import lombok.EqualsAndHashCode; | 
					 | 
					 | 
					import lombok.EqualsAndHashCode; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import lombok.experimental.Accessors; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import lombok.experimental.FieldNameConstants; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.apache.ibatis.type.EnumTypeHandler; | 
					 | 
					 | 
					import org.apache.ibatis.type.EnumTypeHandler; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import java.util.Date; | 
					 | 
					 | 
					import java.util.Date; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -40,7 +42,9 @@ import java.util.Map; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 */ | 
					 | 
					 | 
					 */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					@Data | 
					 | 
					 | 
					@Data | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					@EqualsAndHashCode(callSuper=false) | 
					 | 
					 | 
					@EqualsAndHashCode(callSuper=false) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					@TableName("pr_user_project_item") | 
					 | 
					 | 
					@Accessors(chain = true) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					@TableName(value = "pr_user_project_item", autoResultMap = true) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					@FieldNameConstants | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					public class PrUserProjectItemEntity extends BaseEpmetEntity{ | 
					 | 
					 | 
					public class PrUserProjectItemEntity extends BaseEpmetEntity{ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						private static final long serialVersionUID = 1L; | 
					 | 
					 | 
						private static final long serialVersionUID = 1L; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |