|
|
|
@ -0,0 +1,586 @@
|
|
|
|
|
package com.gccloud.dataroom.core.module.manage.entity;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 外部导入excel
|
|
|
|
|
*
|
|
|
|
|
* @author whb
|
|
|
|
|
* stu_upload_excel_user
|
|
|
|
|
*/
|
|
|
|
|
@Data
|
|
|
|
|
@TableName("stu_upload_excel_user")
|
|
|
|
|
public class StuUploadExcelUser {
|
|
|
|
|
@ApiModelProperty("id")
|
|
|
|
|
|
|
|
|
|
private Integer id;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("步骤一 a")
|
|
|
|
|
private String stepOneA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("步骤一 b")
|
|
|
|
|
@ExcelProperty(index = 0)
|
|
|
|
|
private String stepOneB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("步骤一 c")
|
|
|
|
|
@ExcelProperty(index = 1)
|
|
|
|
|
private String stepOneC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("步骤一 d")
|
|
|
|
|
@ExcelProperty(index = 2)
|
|
|
|
|
private String stepOneD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("4")
|
|
|
|
|
@ExcelProperty(index = 3)
|
|
|
|
|
private String stepTwoA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("5")
|
|
|
|
|
@ExcelProperty(index = 4)
|
|
|
|
|
private String stepTwoB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("6")
|
|
|
|
|
@ExcelProperty(index = 5)
|
|
|
|
|
private String stepTwoC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("7")
|
|
|
|
|
@ExcelProperty(index = 6)
|
|
|
|
|
private String stepThreeA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("8")
|
|
|
|
|
@ExcelProperty(index = 7)
|
|
|
|
|
private String stepThreeB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("9")
|
|
|
|
|
@ExcelProperty(index = 8)
|
|
|
|
|
private String stepThreeC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("10")
|
|
|
|
|
@ExcelProperty(index = 9)
|
|
|
|
|
private String stepThreeD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("11")
|
|
|
|
|
@ExcelProperty(index = 10)
|
|
|
|
|
private String stepFourA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("12")
|
|
|
|
|
@ExcelProperty(index = 11)
|
|
|
|
|
private String stepFourB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("13")
|
|
|
|
|
@ExcelProperty(index = 12)
|
|
|
|
|
private String stepFourC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("14")
|
|
|
|
|
@ExcelProperty(index = 13)
|
|
|
|
|
private String stepFourD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("15")
|
|
|
|
|
@ExcelProperty(index = 14)
|
|
|
|
|
private String stepFiveA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("16")
|
|
|
|
|
@ExcelProperty(index = 15)
|
|
|
|
|
private String stepFiveB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("17")
|
|
|
|
|
private String stepFiveC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("18")
|
|
|
|
|
private String stepFiveD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("19")
|
|
|
|
|
private String stepSixA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("20")
|
|
|
|
|
private String stepSixB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("21")
|
|
|
|
|
private String stepSixC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("22")
|
|
|
|
|
private String stepSixD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("23")
|
|
|
|
|
private String stepSevenA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("24")
|
|
|
|
|
private String stepSevenB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("25")
|
|
|
|
|
private String stepSevenC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("26")
|
|
|
|
|
private String stepSevenD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("27")
|
|
|
|
|
private String stepEightA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("28")
|
|
|
|
|
private String stepEightB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("29")
|
|
|
|
|
private String stepEightC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("30")
|
|
|
|
|
private String stepEightD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("31")
|
|
|
|
|
private String stepNineA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("32")
|
|
|
|
|
private String stepNineB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("33")
|
|
|
|
|
private String stepNineC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("正确次数")
|
|
|
|
|
private Integer successNumber;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("用户ID")
|
|
|
|
|
private String userId;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("提交状态(-1 未提交 1已提交)")
|
|
|
|
|
private Integer subState;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("归属模块(小模块)")
|
|
|
|
|
private String module;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("34")
|
|
|
|
|
private String stepNineD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("35")
|
|
|
|
|
private String stepTenA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("36")
|
|
|
|
|
private String stepTenB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("37")
|
|
|
|
|
private String stepTenC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("38")
|
|
|
|
|
private String stepTenD;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("39")
|
|
|
|
|
private String stepElevenA;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("40")
|
|
|
|
|
private String stepElevenB;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("41")
|
|
|
|
|
private String stepElevenC;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("创建时间")
|
|
|
|
|
private Date createTime;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("更新时间")
|
|
|
|
|
private Date updateTime;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("错误字段")
|
|
|
|
|
private String errorField;
|
|
|
|
|
|
|
|
|
|
public Integer getId() {
|
|
|
|
|
return id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setId(Integer id) {
|
|
|
|
|
this.id = id;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepOneA() {
|
|
|
|
|
return stepOneA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepOneA(String stepOneA) {
|
|
|
|
|
this.stepOneA = stepOneA == null ? null : stepOneA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepOneB() {
|
|
|
|
|
return stepOneB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepOneB(String stepOneB) {
|
|
|
|
|
this.stepOneB = stepOneB == null ? null : stepOneB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepOneC() {
|
|
|
|
|
return stepOneC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepOneC(String stepOneC) {
|
|
|
|
|
this.stepOneC = stepOneC == null ? null : stepOneC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepOneD() {
|
|
|
|
|
return stepOneD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepOneD(String stepOneD) {
|
|
|
|
|
this.stepOneD = stepOneD == null ? null : stepOneD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTwoA() {
|
|
|
|
|
return stepTwoA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTwoA(String stepTwoA) {
|
|
|
|
|
this.stepTwoA = stepTwoA == null ? null : stepTwoA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTwoB() {
|
|
|
|
|
return stepTwoB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTwoB(String stepTwoB) {
|
|
|
|
|
this.stepTwoB = stepTwoB == null ? null : stepTwoB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTwoC() {
|
|
|
|
|
return stepTwoC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTwoC(String stepTwoC) {
|
|
|
|
|
this.stepTwoC = stepTwoC == null ? null : stepTwoC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepThreeA() {
|
|
|
|
|
return stepThreeA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepThreeA(String stepThreeA) {
|
|
|
|
|
this.stepThreeA = stepThreeA == null ? null : stepThreeA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepThreeB() {
|
|
|
|
|
return stepThreeB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepThreeB(String stepThreeB) {
|
|
|
|
|
this.stepThreeB = stepThreeB == null ? null : stepThreeB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepThreeC() {
|
|
|
|
|
return stepThreeC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepThreeC(String stepThreeC) {
|
|
|
|
|
this.stepThreeC = stepThreeC == null ? null : stepThreeC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepThreeD() {
|
|
|
|
|
return stepThreeD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepThreeD(String stepThreeD) {
|
|
|
|
|
this.stepThreeD = stepThreeD == null ? null : stepThreeD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFourA() {
|
|
|
|
|
return stepFourA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFourA(String stepFourA) {
|
|
|
|
|
this.stepFourA = stepFourA == null ? null : stepFourA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFourB() {
|
|
|
|
|
return stepFourB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFourB(String stepFourB) {
|
|
|
|
|
this.stepFourB = stepFourB == null ? null : stepFourB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFourC() {
|
|
|
|
|
return stepFourC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFourC(String stepFourC) {
|
|
|
|
|
this.stepFourC = stepFourC == null ? null : stepFourC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFourD() {
|
|
|
|
|
return stepFourD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFourD(String stepFourD) {
|
|
|
|
|
this.stepFourD = stepFourD == null ? null : stepFourD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFiveA() {
|
|
|
|
|
return stepFiveA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFiveA(String stepFiveA) {
|
|
|
|
|
this.stepFiveA = stepFiveA == null ? null : stepFiveA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFiveB() {
|
|
|
|
|
return stepFiveB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFiveB(String stepFiveB) {
|
|
|
|
|
this.stepFiveB = stepFiveB == null ? null : stepFiveB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFiveC() {
|
|
|
|
|
return stepFiveC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFiveC(String stepFiveC) {
|
|
|
|
|
this.stepFiveC = stepFiveC == null ? null : stepFiveC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepFiveD() {
|
|
|
|
|
return stepFiveD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepFiveD(String stepFiveD) {
|
|
|
|
|
this.stepFiveD = stepFiveD == null ? null : stepFiveD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSixA() {
|
|
|
|
|
return stepSixA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSixA(String stepSixA) {
|
|
|
|
|
this.stepSixA = stepSixA == null ? null : stepSixA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSixB() {
|
|
|
|
|
return stepSixB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSixB(String stepSixB) {
|
|
|
|
|
this.stepSixB = stepSixB == null ? null : stepSixB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSixC() {
|
|
|
|
|
return stepSixC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSixC(String stepSixC) {
|
|
|
|
|
this.stepSixC = stepSixC == null ? null : stepSixC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSixD() {
|
|
|
|
|
return stepSixD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSixD(String stepSixD) {
|
|
|
|
|
this.stepSixD = stepSixD == null ? null : stepSixD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSevenA() {
|
|
|
|
|
return stepSevenA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSevenA(String stepSevenA) {
|
|
|
|
|
this.stepSevenA = stepSevenA == null ? null : stepSevenA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSevenB() {
|
|
|
|
|
return stepSevenB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSevenB(String stepSevenB) {
|
|
|
|
|
this.stepSevenB = stepSevenB == null ? null : stepSevenB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSevenC() {
|
|
|
|
|
return stepSevenC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSevenC(String stepSevenC) {
|
|
|
|
|
this.stepSevenC = stepSevenC == null ? null : stepSevenC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepSevenD() {
|
|
|
|
|
return stepSevenD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepSevenD(String stepSevenD) {
|
|
|
|
|
this.stepSevenD = stepSevenD == null ? null : stepSevenD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepEightA() {
|
|
|
|
|
return stepEightA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepEightA(String stepEightA) {
|
|
|
|
|
this.stepEightA = stepEightA == null ? null : stepEightA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepEightB() {
|
|
|
|
|
return stepEightB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepEightB(String stepEightB) {
|
|
|
|
|
this.stepEightB = stepEightB == null ? null : stepEightB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepEightC() {
|
|
|
|
|
return stepEightC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepEightC(String stepEightC) {
|
|
|
|
|
this.stepEightC = stepEightC == null ? null : stepEightC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepEightD() {
|
|
|
|
|
return stepEightD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepEightD(String stepEightD) {
|
|
|
|
|
this.stepEightD = stepEightD == null ? null : stepEightD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepNineA() {
|
|
|
|
|
return stepNineA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepNineA(String stepNineA) {
|
|
|
|
|
this.stepNineA = stepNineA == null ? null : stepNineA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepNineB() {
|
|
|
|
|
return stepNineB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepNineB(String stepNineB) {
|
|
|
|
|
this.stepNineB = stepNineB == null ? null : stepNineB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepNineC() {
|
|
|
|
|
return stepNineC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepNineC(String stepNineC) {
|
|
|
|
|
this.stepNineC = stepNineC == null ? null : stepNineC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getSuccessNumber() {
|
|
|
|
|
return successNumber;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setSuccessNumber(Integer successNumber) {
|
|
|
|
|
this.successNumber = successNumber;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getUserId() {
|
|
|
|
|
return userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setUserId(String userId) {
|
|
|
|
|
this.userId = userId == null ? null : userId.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getSubState() {
|
|
|
|
|
return subState;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setSubState(Integer subState) {
|
|
|
|
|
this.subState = subState;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getModule() {
|
|
|
|
|
return module;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setModule(String module) {
|
|
|
|
|
this.module = module == null ? null : module.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepNineD() {
|
|
|
|
|
return stepNineD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepNineD(String stepNineD) {
|
|
|
|
|
this.stepNineD = stepNineD == null ? null : stepNineD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTenA() {
|
|
|
|
|
return stepTenA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTenA(String stepTenA) {
|
|
|
|
|
this.stepTenA = stepTenA == null ? null : stepTenA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTenB() {
|
|
|
|
|
return stepTenB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTenB(String stepTenB) {
|
|
|
|
|
this.stepTenB = stepTenB == null ? null : stepTenB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTenC() {
|
|
|
|
|
return stepTenC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTenC(String stepTenC) {
|
|
|
|
|
this.stepTenC = stepTenC == null ? null : stepTenC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepTenD() {
|
|
|
|
|
return stepTenD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepTenD(String stepTenD) {
|
|
|
|
|
this.stepTenD = stepTenD == null ? null : stepTenD.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepElevenA() {
|
|
|
|
|
return stepElevenA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepElevenA(String stepElevenA) {
|
|
|
|
|
this.stepElevenA = stepElevenA == null ? null : stepElevenA.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepElevenB() {
|
|
|
|
|
return stepElevenB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepElevenB(String stepElevenB) {
|
|
|
|
|
this.stepElevenB = stepElevenB == null ? null : stepElevenB.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStepElevenC() {
|
|
|
|
|
return stepElevenC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStepElevenC(String stepElevenC) {
|
|
|
|
|
this.stepElevenC = stepElevenC == null ? null : stepElevenC.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getCreateTime() {
|
|
|
|
|
return createTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
|
|
this.createTime = createTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Date getUpdateTime() {
|
|
|
|
|
return updateTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setUpdateTime(Date updateTime) {
|
|
|
|
|
this.updateTime = updateTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getErrorField() {
|
|
|
|
|
return errorField;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setErrorField(String errorField) {
|
|
|
|
|
this.errorField = errorField == null ? null : errorField.trim();
|
|
|
|
|
}
|
|
|
|
|
}
|