Pārlūkot izejas kodu

动画图片渲染

huangxingxing 2 gadi atpakaļ
vecāks
revīzija
7d3ac3af26

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

@@ -49,7 +49,6 @@ public class AdiSolverConfigImg extends MiniserviceBaseModel implements Serializ
 
     private String action;
 
-    @Column(name = "animationType")
     private String animationtype;
 
     private static final long serialVersionUID = 1L;
@@ -209,7 +208,7 @@ public class AdiSolverConfigImg extends MiniserviceBaseModel implements Serializ
     }
 
     /**
-     * @return animationType
+     * @return animationtype
      */
     public String getAnimationtype() {
         return animationtype;

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

@@ -726,72 +726,72 @@ public class AdiSolverConfigImgSQLBuilder {
         }
 
         public Criteria andAnimationtypeIsNull() {
-            addCriterion("animationType is null");
+            addCriterion("animationtype is null");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeIsNotNull() {
-            addCriterion("animationType is not null");
+            addCriterion("animationtype is not null");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeEqualTo(String value) {
-            addCriterion("animationType =", value, "animationtype");
+            addCriterion("animationtype =", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeNotEqualTo(String value) {
-            addCriterion("animationType <>", value, "animationtype");
+            addCriterion("animationtype <>", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeGreaterThan(String value) {
-            addCriterion("animationType >", value, "animationtype");
+            addCriterion("animationtype >", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeGreaterThanOrEqualTo(String value) {
-            addCriterion("animationType >=", value, "animationtype");
+            addCriterion("animationtype >=", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeLessThan(String value) {
-            addCriterion("animationType <", value, "animationtype");
+            addCriterion("animationtype <", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeLessThanOrEqualTo(String value) {
-            addCriterion("animationType <=", value, "animationtype");
+            addCriterion("animationtype <=", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeLike(String value) {
-            addCriterion("animationType like", value, "animationtype");
+            addCriterion("animationtype like", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeNotLike(String value) {
-            addCriterion("animationType not like", value, "animationtype");
+            addCriterion("animationtype not like", value, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeIn(List<String> values) {
-            addCriterion("animationType in", values, "animationtype");
+            addCriterion("animationtype in", values, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeNotIn(List<String> values) {
-            addCriterion("animationType not in", values, "animationtype");
+            addCriterion("animationtype not in", values, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeBetween(String value1, String value2) {
-            addCriterion("animationType between", value1, value2, "animationtype");
+            addCriterion("animationtype between", value1, value2, "animationtype");
             return (Criteria) this;
         }
 
         public Criteria andAnimationtypeNotBetween(String value1, String value2) {
-            addCriterion("animationType not between", value1, value2, "animationtype");
+            addCriterion("animationtype not between", value1, value2, "animationtype");
             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 Thu Jun 29 17:58:29 CST 2023.
+    This file was generated on Thu Jun 29 18:01:44 CST 2023.
   -->
   <mappers>
     <mapper resource="com/miniframe/model/system/xml/SysAppcodeMapper.xml" />