瀏覽代碼

炉次实绩编辑条件字段修改

fenze 7 月之前
父節點
當前提交
247fccc5e9

+ 5 - 5
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/actualControl/heatsActuals/entity/HeatsActuals.java

@@ -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;
     }
 }