|
|
@@ -4,333 +4,235 @@ import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class TOrderMid {
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private Integer id;
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.order_no
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private String orderNo;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.salesman_id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private String salesmanId;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.finance_id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private String financeId;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.salesman_name
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private String salesmanName;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.finance_name
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private String financeName;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.final_receivables
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private BigDecimal finalReceivables;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.finalReceivablesTime
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private Date finalreceivablestime;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.invoice_amount
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private BigDecimal invoiceAmount;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_mid.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- private Date createTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.id
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public Integer getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.id
|
|
|
- *
|
|
|
- * @param id the value for t_order_mid.id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setId(Integer id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.order_no
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.order_no
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public String getOrderNo() {
|
|
|
- return orderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.order_no
|
|
|
- *
|
|
|
- * @param orderNo the value for t_order_mid.order_no
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setOrderNo(String orderNo) {
|
|
|
- this.orderNo = orderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.salesman_id
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.salesman_id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public String getSalesmanId() {
|
|
|
- return salesmanId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.salesman_id
|
|
|
- *
|
|
|
- * @param salesmanId the value for t_order_mid.salesman_id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setSalesmanId(String salesmanId) {
|
|
|
- this.salesmanId = salesmanId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.finance_id
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.finance_id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public String getFinanceId() {
|
|
|
- return financeId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.finance_id
|
|
|
- *
|
|
|
- * @param financeId the value for t_order_mid.finance_id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setFinanceId(String financeId) {
|
|
|
- this.financeId = financeId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.salesman_name
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.salesman_name
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public String getSalesmanName() {
|
|
|
- return salesmanName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.salesman_name
|
|
|
- *
|
|
|
- * @param salesmanName the value for t_order_mid.salesman_name
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setSalesmanName(String salesmanName) {
|
|
|
- this.salesmanName = salesmanName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.finance_name
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.finance_name
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public String getFinanceName() {
|
|
|
- return financeName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.finance_name
|
|
|
- *
|
|
|
- * @param financeName the value for t_order_mid.finance_name
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setFinanceName(String financeName) {
|
|
|
- this.financeName = financeName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.final_receivables
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.final_receivables
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public BigDecimal getFinalReceivables() {
|
|
|
- return finalReceivables;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.final_receivables
|
|
|
- *
|
|
|
- * @param finalReceivables the value for t_order_mid.final_receivables
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setFinalReceivables(BigDecimal finalReceivables) {
|
|
|
- this.finalReceivables = finalReceivables;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.finalReceivablesTime
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.finalReceivablesTime
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public Date getFinalreceivablestime() {
|
|
|
- return finalreceivablestime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.finalReceivablesTime
|
|
|
- *
|
|
|
- * @param finalreceivablestime the value for t_order_mid.finalReceivablesTime
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setFinalreceivablestime(Date finalreceivablestime) {
|
|
|
- this.finalreceivablestime = finalreceivablestime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.invoice_amount
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.invoice_amount
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public BigDecimal getInvoiceAmount() {
|
|
|
- return invoiceAmount;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.invoice_amount
|
|
|
- *
|
|
|
- * @param invoiceAmount the value for t_order_mid.invoice_amount
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setInvoiceAmount(BigDecimal invoiceAmount) {
|
|
|
- this.invoiceAmount = invoiceAmount;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_mid.create_time
|
|
|
- *
|
|
|
- * @return the value of t_order_mid.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_mid.create_time
|
|
|
- *
|
|
|
- * @param createTime the value for t_order_mid.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Fri Dec 06 16:24:51 CST 2019
|
|
|
- */
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private Integer id;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.order_no
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private String orderNo;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.salesman_id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private String salesmanId;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.finance_id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private String financeId;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.salesman_name
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private String salesmanName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.finance_name
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private String financeName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.final_receivables
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private BigDecimal finalReceivables;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.final_Receivables_time
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private Date finalReceivablesTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.invoice_amount
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private BigDecimal invoiceAmount;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.create_time
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ private Date createTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.id
|
|
|
+ * @return the value of t_order_mid.id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.id
|
|
|
+ * @param id the value for t_order_mid.id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.order_no
|
|
|
+ * @return the value of t_order_mid.order_no
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public String getOrderNo() {
|
|
|
+ return orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.order_no
|
|
|
+ * @param orderNo the value for t_order_mid.order_no
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setOrderNo(String orderNo) {
|
|
|
+ this.orderNo = orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.salesman_id
|
|
|
+ * @return the value of t_order_mid.salesman_id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public String getSalesmanId() {
|
|
|
+ return salesmanId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.salesman_id
|
|
|
+ * @param salesmanId the value for t_order_mid.salesman_id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setSalesmanId(String salesmanId) {
|
|
|
+ this.salesmanId = salesmanId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.finance_id
|
|
|
+ * @return the value of t_order_mid.finance_id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public String getFinanceId() {
|
|
|
+ return financeId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.finance_id
|
|
|
+ * @param financeId the value for t_order_mid.finance_id
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setFinanceId(String financeId) {
|
|
|
+ this.financeId = financeId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.salesman_name
|
|
|
+ * @return the value of t_order_mid.salesman_name
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public String getSalesmanName() {
|
|
|
+ return salesmanName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.salesman_name
|
|
|
+ * @param salesmanName the value for t_order_mid.salesman_name
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setSalesmanName(String salesmanName) {
|
|
|
+ this.salesmanName = salesmanName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.finance_name
|
|
|
+ * @return the value of t_order_mid.finance_name
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public String getFinanceName() {
|
|
|
+ return financeName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.finance_name
|
|
|
+ * @param financeName the value for t_order_mid.finance_name
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setFinanceName(String financeName) {
|
|
|
+ this.financeName = financeName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.final_receivables
|
|
|
+ * @return the value of t_order_mid.final_receivables
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public BigDecimal getFinalReceivables() {
|
|
|
+ return finalReceivables;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.final_receivables
|
|
|
+ * @param finalReceivables the value for t_order_mid.final_receivables
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setFinalReceivables(BigDecimal finalReceivables) {
|
|
|
+ this.finalReceivables = finalReceivables;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.final_Receivables_time
|
|
|
+ * @return the value of t_order_mid.final_Receivables_time
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public Date getFinalReceivablesTime() {
|
|
|
+ return finalReceivablesTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.final_Receivables_time
|
|
|
+ * @param finalReceivablesTime the value for t_order_mid.final_Receivables_time
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setFinalReceivablesTime(Date finalReceivablesTime) {
|
|
|
+ this.finalReceivablesTime = finalReceivablesTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.invoice_amount
|
|
|
+ * @return the value of t_order_mid.invoice_amount
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public BigDecimal getInvoiceAmount() {
|
|
|
+ return invoiceAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.invoice_amount
|
|
|
+ * @param invoiceAmount the value for t_order_mid.invoice_amount
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setInvoiceAmount(BigDecimal invoiceAmount) {
|
|
|
+ this.invoiceAmount = invoiceAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.create_time
|
|
|
+ * @return the value of t_order_mid.create_time
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.create_time
|
|
|
+ * @param createTime the value for t_order_mid.create_time
|
|
|
+ * @mbg.generated Mon Dec 09 14:31:25 CST 2019
|
|
|
+ */
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
+ this.createTime = createTime;
|
|
|
+ }
|
|
|
}
|