|
|
@ -26,6 +26,8 @@ import com.epmet.dataaggre.dto.epmettduck.ProjectItemTypeEnum; |
|
|
|
import com.epmet.dataaggre.dto.epmettduck.struct.ItemDefaultValueStruct; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
import lombok.experimental.Accessors; |
|
|
|
import lombok.experimental.FieldNameConstants; |
|
|
|
import org.apache.ibatis.type.EnumTypeHandler; |
|
|
|
|
|
|
|
import java.util.Date; |
|
|
@ -40,7 +42,9 @@ import java.util.Map; |
|
|
|
*/ |
|
|
|
@Data |
|
|
|
@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{ |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|