|
@@ -165,7 +165,7 @@ public class HeatsActuals implements Serializable {
|
|
|
/**编辑条件*/
|
|
|
@Excel(name = "编辑条件", width = 15)
|
|
|
@ApiModelProperty(value = "编辑条件",required = true)
|
|
|
- private String opType;
|
|
|
+ private String optype;
|
|
|
|
|
|
|
|
|
public HeatsActuals() {
|
|
@@ -423,11 +423,11 @@ public class HeatsActuals implements Serializable {
|
|
|
this.lengthSixSum = lengthSixSum;
|
|
|
}
|
|
|
|
|
|
- public String getOpType() {
|
|
|
- return opType;
|
|
|
+ public String getOptype() {
|
|
|
+ return optype;
|
|
|
}
|
|
|
|
|
|
- public void setOpType(String opType) {
|
|
|
- this.opType = opType;
|
|
|
+ public void setOptype(String optype) {
|
|
|
+ this.optype = optype;
|
|
|
}
|
|
|
}
|