Explorar o código

瓦斯爆炸接口

huangxingxing hai 1 ano
pai
achega
54023b7357

+ 1 - 2
modelsrc/com/miniframe/model/system/DGasGatherArea.java

@@ -30,7 +30,6 @@ public class DGasGatherArea extends MiniserviceBaseModel implements Serializable
 2 => 点火区
 
      */
-    @Column(name = ""type "")
     private String type;
 
     /**
@@ -114,7 +113,7 @@ public class DGasGatherArea extends MiniserviceBaseModel implements Serializable
 2 => 点火区
 
      *
-     * @return type  - 类型 0 => 空白区
+     * @return type - 类型 0 => 空白区
 1 => 积聚区
 2 => 点火区
 

+ 14 - 14
modelsrc/com/miniframe/model/system/DGasGatherAreaSQLBuilder.java

@@ -355,72 +355,72 @@ public class DGasGatherAreaSQLBuilder {
         }
 
         public Criteria andTypeIsNull() {
-            addCriterion("\"type \" is null");
+            addCriterion("type is null");
             return (Criteria) this;
         }
 
         public Criteria andTypeIsNotNull() {
-            addCriterion("\"type \" is not null");
+            addCriterion("type is not null");
             return (Criteria) this;
         }
 
         public Criteria andTypeEqualTo(String value) {
-            addCriterion("\"type \" =", value, "type");
+            addCriterion("type =", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeNotEqualTo(String value) {
-            addCriterion("\"type \" <>", value, "type");
+            addCriterion("type <>", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeGreaterThan(String value) {
-            addCriterion("\"type \" >", value, "type");
+            addCriterion("type >", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeGreaterThanOrEqualTo(String value) {
-            addCriterion("\"type \" >=", value, "type");
+            addCriterion("type >=", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeLessThan(String value) {
-            addCriterion("\"type \" <", value, "type");
+            addCriterion("type <", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeLessThanOrEqualTo(String value) {
-            addCriterion("\"type \" <=", value, "type");
+            addCriterion("type <=", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeLike(String value) {
-            addCriterion("\"type \" like", value, "type");
+            addCriterion("type like", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeNotLike(String value) {
-            addCriterion("\"type \" not like", value, "type");
+            addCriterion("type not like", value, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeIn(List<String> values) {
-            addCriterion("\"type \" in", values, "type");
+            addCriterion("type in", values, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeNotIn(List<String> values) {
-            addCriterion("\"type \" not in", values, "type");
+            addCriterion("type not in", values, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeBetween(String value1, String value2) {
-            addCriterion("\"type \" between", value1, value2, "type");
+            addCriterion("type between", value1, value2, "type");
             return (Criteria) this;
         }
 
         public Criteria andTypeNotBetween(String value1, String value2) {
-            addCriterion("\"type \" not between", value1, value2, "type");
+            addCriterion("type not between", value1, value2, "type");
             return (Criteria) this;
         }
 

+ 1 - 1
modelsrc/com/miniframe/model/system/dbconfig/MapperConfig-system.xml

@@ -5,7 +5,7 @@
     This file is generated by MyBatis Generator.
     This file is the shell of a Mapper Config file - in many cases you will need to add
       to this file before it is usable by MyBatis.
-    This file was generated on Fri Mar 22 15:15:04 CST 2024.
+    This file was generated on Mon Mar 25 09:27:19 CST 2024.
   -->
   <mappers>
     <mapper resource="com/miniframe/model/system/xml/SysAppcodeMapper.xml" />