| | |
| | | package com.jcdm.main.em.inspectionPlanItemsProject.domain; |
| | | |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.jcdm.common.annotation.Excel; |
| | |
| | | |
| | | |
| | | /** 任务ID */ |
| | | private String planTaskId; |
| | | private Long planTaskId; |
| | | |
| | | public void setId(Long id) |
| | | { |
| | |
| | | { |
| | | return results; |
| | | } |
| | | public void setPlanTaskId(String planTaskId) |
| | | public void setPlanTaskId(Long planTaskId) |
| | | { |
| | | this.planTaskId = planTaskId; |
| | | } |
| | | |
| | | public String getPlanTaskId() |
| | | public Long getPlanTaskId() |
| | | { |
| | | return planTaskId; |
| | | } |