|
|
@ -34,17 +34,8 @@ public class EamWorkOrderInData extends EamWorkOrderData{ |
|
|
private String actualOperatorName; |
|
|
private String actualOperatorName; |
|
|
private String isReturn; |
|
|
private String isReturn; |
|
|
private String difficultyRemark; |
|
|
private String difficultyRemark; |
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public String getDifficultyRemark() { |
|
|
|
|
|
return difficultyRemark; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public void setDifficultyRemark(String difficultyRemark) { |
|
|
|
|
|
this.difficultyRemark = difficultyRemark; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String planPeriod; |
|
|
|
|
|
private String planCycle; |
|
|
// 审核员名称 |
|
|
// 审核员名称 |
|
|
private String checkerName; |
|
|
private String checkerName; |
|
|
private String codeDesc; |
|
|
private String codeDesc; |
|
|
@ -123,6 +114,30 @@ public class EamWorkOrderInData extends EamWorkOrderData{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private List<EamWorkOrderInData> informationList; |
|
|
private List<EamWorkOrderInData> informationList; |
|
|
|
|
|
public String getPlanPeriod() { |
|
|
|
|
|
return planPeriod; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setPlanPeriod(String planPeriod) { |
|
|
|
|
|
this.planPeriod = planPeriod; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getPlanCycle() { |
|
|
|
|
|
return planCycle; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setPlanCycle(String planCycle) { |
|
|
|
|
|
this.planCycle = planCycle; |
|
|
|
|
|
} |
|
|
|
|
|
@Override |
|
|
|
|
|
public String getDifficultyRemark() { |
|
|
|
|
|
return difficultyRemark; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public void setDifficultyRemark(String difficultyRemark) { |
|
|
|
|
|
this.difficultyRemark = difficultyRemark; |
|
|
|
|
|
} |
|
|
public Date getActualStartDate() { |
|
|
public Date getActualStartDate() { |
|
|
return actualStartDate; |
|
|
return actualStartDate; |
|
|
} |
|
|
} |
|
|
|