tudc 5 年 前
コミット
eaf76bcfda

+ 421 - 0
src/main/java/com/minpay/db/table/model/DwFileDetail02.java

@@ -0,0 +1,421 @@
+package com.minpay.db.table.model;
+
+import com.startup.minpay.frame.data.AbstractMINBean;
+
+public class DwFileDetail02 extends AbstractMINBean {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_ID
+     *
+     * @mbggenerated
+     */
+    private String id;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_NO
+     *
+     * @mbggenerated
+     */
+    private String no;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_BEGIN_TIME
+     *
+     * @mbggenerated
+     */
+    private String beginTime;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_END_TIME
+     *
+     * @mbggenerated
+     */
+    private String endTime;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_GDLX
+     *
+     * @mbggenerated
+     */
+    private String gdlx;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_CXBDZ
+     *
+     * @mbggenerated
+     */
+    private String cxbdz;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_XLMC
+     *
+     * @mbggenerated
+     */
+    private String xlmc;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_XLLX
+     *
+     * @mbggenerated
+     */
+    private String xllx;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_QDFA
+     *
+     * @mbggenerated
+     */
+    private String qdfa;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_GZQJPD
+     *
+     * @mbggenerated
+     */
+    private String gzqjpd;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_GZQHDHF
+     *
+     * @mbggenerated
+     */
+    private String gzqhdhf;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_GZGL
+     *
+     * @mbggenerated
+     */
+    private String gzgl;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_file_detail_02.DFD2_FILE_ID
+     *
+     * @mbggenerated
+     */
+    private String fileId;
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_ID
+     *
+     * @return the value of dw_file_detail_02.DFD2_ID
+     *
+     * @mbggenerated
+     */
+    public String getId() {
+        return id;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_ID
+     *
+     * @param id the value for dw_file_detail_02.DFD2_ID
+     *
+     * @mbggenerated
+     */
+    public void setId(String id) {
+        this.id = id == null ? null : id.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_NO
+     *
+     * @return the value of dw_file_detail_02.DFD2_NO
+     *
+     * @mbggenerated
+     */
+    public String getNo() {
+        return no;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_NO
+     *
+     * @param no the value for dw_file_detail_02.DFD2_NO
+     *
+     * @mbggenerated
+     */
+    public void setNo(String no) {
+        this.no = no == null ? null : no.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_BEGIN_TIME
+     *
+     * @return the value of dw_file_detail_02.DFD2_BEGIN_TIME
+     *
+     * @mbggenerated
+     */
+    public String getBeginTime() {
+        return beginTime;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_BEGIN_TIME
+     *
+     * @param beginTime the value for dw_file_detail_02.DFD2_BEGIN_TIME
+     *
+     * @mbggenerated
+     */
+    public void setBeginTime(String beginTime) {
+        this.beginTime = beginTime == null ? null : beginTime.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_END_TIME
+     *
+     * @return the value of dw_file_detail_02.DFD2_END_TIME
+     *
+     * @mbggenerated
+     */
+    public String getEndTime() {
+        return endTime;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_END_TIME
+     *
+     * @param endTime the value for dw_file_detail_02.DFD2_END_TIME
+     *
+     * @mbggenerated
+     */
+    public void setEndTime(String endTime) {
+        this.endTime = endTime == null ? null : endTime.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_GDLX
+     *
+     * @return the value of dw_file_detail_02.DFD2_GDLX
+     *
+     * @mbggenerated
+     */
+    public String getGdlx() {
+        return gdlx;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_GDLX
+     *
+     * @param gdlx the value for dw_file_detail_02.DFD2_GDLX
+     *
+     * @mbggenerated
+     */
+    public void setGdlx(String gdlx) {
+        this.gdlx = gdlx == null ? null : gdlx.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_CXBDZ
+     *
+     * @return the value of dw_file_detail_02.DFD2_CXBDZ
+     *
+     * @mbggenerated
+     */
+    public String getCxbdz() {
+        return cxbdz;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_CXBDZ
+     *
+     * @param cxbdz the value for dw_file_detail_02.DFD2_CXBDZ
+     *
+     * @mbggenerated
+     */
+    public void setCxbdz(String cxbdz) {
+        this.cxbdz = cxbdz == null ? null : cxbdz.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_XLMC
+     *
+     * @return the value of dw_file_detail_02.DFD2_XLMC
+     *
+     * @mbggenerated
+     */
+    public String getXlmc() {
+        return xlmc;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_XLMC
+     *
+     * @param xlmc the value for dw_file_detail_02.DFD2_XLMC
+     *
+     * @mbggenerated
+     */
+    public void setXlmc(String xlmc) {
+        this.xlmc = xlmc == null ? null : xlmc.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_XLLX
+     *
+     * @return the value of dw_file_detail_02.DFD2_XLLX
+     *
+     * @mbggenerated
+     */
+    public String getXllx() {
+        return xllx;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_XLLX
+     *
+     * @param xllx the value for dw_file_detail_02.DFD2_XLLX
+     *
+     * @mbggenerated
+     */
+    public void setXllx(String xllx) {
+        this.xllx = xllx == null ? null : xllx.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_QDFA
+     *
+     * @return the value of dw_file_detail_02.DFD2_QDFA
+     *
+     * @mbggenerated
+     */
+    public String getQdfa() {
+        return qdfa;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_QDFA
+     *
+     * @param qdfa the value for dw_file_detail_02.DFD2_QDFA
+     *
+     * @mbggenerated
+     */
+    public void setQdfa(String qdfa) {
+        this.qdfa = qdfa == null ? null : qdfa.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_GZQJPD
+     *
+     * @return the value of dw_file_detail_02.DFD2_GZQJPD
+     *
+     * @mbggenerated
+     */
+    public String getGzqjpd() {
+        return gzqjpd;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_GZQJPD
+     *
+     * @param gzqjpd the value for dw_file_detail_02.DFD2_GZQJPD
+     *
+     * @mbggenerated
+     */
+    public void setGzqjpd(String gzqjpd) {
+        this.gzqjpd = gzqjpd == null ? null : gzqjpd.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_GZQHDHF
+     *
+     * @return the value of dw_file_detail_02.DFD2_GZQHDHF
+     *
+     * @mbggenerated
+     */
+    public String getGzqhdhf() {
+        return gzqhdhf;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_GZQHDHF
+     *
+     * @param gzqhdhf the value for dw_file_detail_02.DFD2_GZQHDHF
+     *
+     * @mbggenerated
+     */
+    public void setGzqhdhf(String gzqhdhf) {
+        this.gzqhdhf = gzqhdhf == null ? null : gzqhdhf.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_GZGL
+     *
+     * @return the value of dw_file_detail_02.DFD2_GZGL
+     *
+     * @mbggenerated
+     */
+    public String getGzgl() {
+        return gzgl;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_GZGL
+     *
+     * @param gzgl the value for dw_file_detail_02.DFD2_GZGL
+     *
+     * @mbggenerated
+     */
+    public void setGzgl(String gzgl) {
+        this.gzgl = gzgl == null ? null : gzgl.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_file_detail_02.DFD2_FILE_ID
+     *
+     * @return the value of dw_file_detail_02.DFD2_FILE_ID
+     *
+     * @mbggenerated
+     */
+    public String getFileId() {
+        return fileId;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_file_detail_02.DFD2_FILE_ID
+     *
+     * @param fileId the value for dw_file_detail_02.DFD2_FILE_ID
+     *
+     * @mbggenerated
+     */
+    public void setFileId(String fileId) {
+        this.fileId = fileId == null ? null : fileId.trim();
+    }
+}

ファイルの差分が大きいため隠しています
+ 1295 - 0
src/main/java/com/minpay/db/table/model/DwFileDetail02Example.java


+ 64 - 0
src/main/java/com/minpay/db/table/model/DwReportInf.java

@@ -61,6 +61,22 @@ public class DwReportInf extends AbstractMINBean {
 
     /**
      * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_report_inf.DRI_TQTD_MONTH
+     *
+     * @mbggenerated
+     */
+    private String tqtdMonth;
+
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column dw_report_inf.DRI_TQTD_COUNT
+     *
+     * @mbggenerated
+     */
+    private String tqtdCount;
+
+    /**
+     * This field was generated by MyBatis Generator.
      * This field corresponds to the database column dw_report_inf.DRI_DAY_INTERVAL
      *
      * @mbggenerated
@@ -253,6 +269,54 @@ public class DwReportInf extends AbstractMINBean {
 
     /**
      * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_report_inf.DRI_TQTD_MONTH
+     *
+     * @return the value of dw_report_inf.DRI_TQTD_MONTH
+     *
+     * @mbggenerated
+     */
+    public String getTqtdMonth() {
+        return tqtdMonth;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_report_inf.DRI_TQTD_MONTH
+     *
+     * @param tqtdMonth the value for dw_report_inf.DRI_TQTD_MONTH
+     *
+     * @mbggenerated
+     */
+    public void setTqtdMonth(String tqtdMonth) {
+        this.tqtdMonth = tqtdMonth == null ? null : tqtdMonth.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method returns the value of the database column dw_report_inf.DRI_TQTD_COUNT
+     *
+     * @return the value of dw_report_inf.DRI_TQTD_COUNT
+     *
+     * @mbggenerated
+     */
+    public String getTqtdCount() {
+        return tqtdCount;
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
+     * This method sets the value of the database column dw_report_inf.DRI_TQTD_COUNT
+     *
+     * @param tqtdCount the value for dw_report_inf.DRI_TQTD_COUNT
+     *
+     * @mbggenerated
+     */
+    public void setTqtdCount(String tqtdCount) {
+        this.tqtdCount = tqtdCount == null ? null : tqtdCount.trim();
+    }
+
+    /**
+     * This method was generated by MyBatis Generator.
      * This method returns the value of the database column dw_report_inf.DRI_DAY_INTERVAL
      *
      * @return the value of dw_report_inf.DRI_DAY_INTERVAL

+ 156 - 0
src/main/java/com/minpay/db/table/model/DwReportInfExample.java

@@ -736,6 +736,162 @@ public class DwReportInfExample {
             return (Criteria) this;
         }
 
+        public Criteria andTqtdMonthIsNull() {
+            addCriterion("DRI_TQTD_MONTH is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthIsNotNull() {
+            addCriterion("DRI_TQTD_MONTH is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthEqualTo(String value) {
+            if(value == null ){
+                andTqtdMonthIsNull();
+            } else {
+                addCriterion("DRI_TQTD_MONTH =", value, "tqtdMonth");
+            }
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthNotEqualTo(String value) {
+            if(value == null ){
+                andTqtdMonthIsNotNull();
+            } else {
+                addCriterion("DRI_TQTD_MONTH <>", value, "tqtdMonth");
+            }
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthGreaterThan(String value) {
+            addCriterion("DRI_TQTD_MONTH >", value, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthGreaterThanOrEqualTo(String value) {
+            addCriterion("DRI_TQTD_MONTH >=", value, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthLessThan(String value) {
+            addCriterion("DRI_TQTD_MONTH <", value, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthLessThanOrEqualTo(String value) {
+            addCriterion("DRI_TQTD_MONTH <=", value, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthLike(String value) {
+            addCriterion("DRI_TQTD_MONTH like", value, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthNotLike(String value) {
+            addCriterion("DRI_TQTD_MONTH not like", value, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthIn(List<String> values) {
+            addCriterion("DRI_TQTD_MONTH in", values, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthNotIn(List<String> values) {
+            addCriterion("DRI_TQTD_MONTH not in", values, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthBetween(String value1, String value2) {
+            addCriterion("DRI_TQTD_MONTH between", value1, value2, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdMonthNotBetween(String value1, String value2) {
+            addCriterion("DRI_TQTD_MONTH not between", value1, value2, "tqtdMonth");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountIsNull() {
+            addCriterion("DRI_TQTD_COUNT is null");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountIsNotNull() {
+            addCriterion("DRI_TQTD_COUNT is not null");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountEqualTo(String value) {
+            if(value == null ){
+                andTqtdCountIsNull();
+            } else {
+                addCriterion("DRI_TQTD_COUNT =", value, "tqtdCount");
+            }
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountNotEqualTo(String value) {
+            if(value == null ){
+                andTqtdCountIsNotNull();
+            } else {
+                addCriterion("DRI_TQTD_COUNT <>", value, "tqtdCount");
+            }
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountGreaterThan(String value) {
+            addCriterion("DRI_TQTD_COUNT >", value, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountGreaterThanOrEqualTo(String value) {
+            addCriterion("DRI_TQTD_COUNT >=", value, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountLessThan(String value) {
+            addCriterion("DRI_TQTD_COUNT <", value, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountLessThanOrEqualTo(String value) {
+            addCriterion("DRI_TQTD_COUNT <=", value, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountLike(String value) {
+            addCriterion("DRI_TQTD_COUNT like", value, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountNotLike(String value) {
+            addCriterion("DRI_TQTD_COUNT not like", value, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountIn(List<String> values) {
+            addCriterion("DRI_TQTD_COUNT in", values, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountNotIn(List<String> values) {
+            addCriterion("DRI_TQTD_COUNT not in", values, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountBetween(String value1, String value2) {
+            addCriterion("DRI_TQTD_COUNT between", value1, value2, "tqtdCount");
+            return (Criteria) this;
+        }
+
+        public Criteria andTqtdCountNotBetween(String value1, String value2) {
+            addCriterion("DRI_TQTD_COUNT not between", value1, value2, "tqtdCount");
+            return (Criteria) this;
+        }
+
         public Criteria andDayIntervalIsNull() {
             addCriterion("DRI_DAY_INTERVAL is null");
             return (Criteria) this;