|
|
@ -20,11 +20,21 @@ public class SfcDto extends Sfc {
|
|
|
|
private String plannedStartDate;
|
|
|
|
private String plannedStartDate;
|
|
|
|
private String plannedCompDate;
|
|
|
|
private String plannedCompDate;
|
|
|
|
private String stepSequence;
|
|
|
|
private String stepSequence;
|
|
|
|
|
|
|
|
private String seq;
|
|
|
|
|
|
|
|
|
|
|
|
//工作令号
|
|
|
|
//工作令号
|
|
|
|
private String workOrder;
|
|
|
|
private String workOrder;
|
|
|
|
private String employeeDescription;
|
|
|
|
private String employeeDescription;
|
|
|
|
private String lastOperationStatus;
|
|
|
|
private String lastOperationStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getSeq() {
|
|
|
|
|
|
|
|
return seq;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setSeq(String seq) {
|
|
|
|
|
|
|
|
this.seq = seq;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public String getCurrentStepId() {
|
|
|
|
public String getCurrentStepId() {
|
|
|
|
return currentStepId;
|
|
|
|
return currentStepId;
|
|
|
|
}
|
|
|
|
}
|
|
|
|