|
@@ -1,353 +1,376 @@
|
|
|
-package com.goafanti.common.model;
|
|
|
|
|
-
|
|
|
|
|
-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 Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- private Date createTime;
|
|
|
|
|
- /**
|
|
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.buyer_name
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- private String buyerName;
|
|
|
|
|
- /**
|
|
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.order_receivables
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- private BigDecimal orderReceivables;
|
|
|
|
|
- /**
|
|
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.order_arrears
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- private BigDecimal orderArrears;
|
|
|
|
|
- /**
|
|
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.cost_amount
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- private BigDecimal costAmount;
|
|
|
|
|
- /**
|
|
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.dep_name
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- private String depName;
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- 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 Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
|
|
- this.createTime = createTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.buyer_name
|
|
|
|
|
- * @return the value of t_order_mid.buyer_name
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public String getBuyerName() {
|
|
|
|
|
- return buyerName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.buyer_name
|
|
|
|
|
- * @param buyerName the value for t_order_mid.buyer_name
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public void setBuyerName(String buyerName) {
|
|
|
|
|
- this.buyerName = buyerName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.order_receivables
|
|
|
|
|
- * @return the value of t_order_mid.order_receivables
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public BigDecimal getOrderReceivables() {
|
|
|
|
|
- return orderReceivables;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.order_receivables
|
|
|
|
|
- * @param orderReceivables the value for t_order_mid.order_receivables
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public void setOrderReceivables(BigDecimal orderReceivables) {
|
|
|
|
|
- this.orderReceivables = orderReceivables;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.order_arrears
|
|
|
|
|
- * @return the value of t_order_mid.order_arrears
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public BigDecimal getOrderArrears() {
|
|
|
|
|
- return orderArrears;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.order_arrears
|
|
|
|
|
- * @param orderArrears the value for t_order_mid.order_arrears
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public void setOrderArrears(BigDecimal orderArrears) {
|
|
|
|
|
- this.orderArrears = orderArrears;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.cost_amount
|
|
|
|
|
- * @return the value of t_order_mid.cost_amount
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public BigDecimal getCostAmount() {
|
|
|
|
|
- return costAmount;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.cost_amount
|
|
|
|
|
- * @param costAmount the value for t_order_mid.cost_amount
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public void setCostAmount(BigDecimal costAmount) {
|
|
|
|
|
- this.costAmount = costAmount;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.dep_name
|
|
|
|
|
- * @return the value of t_order_mid.dep_name
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public String getDepName() {
|
|
|
|
|
- return depName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.dep_name
|
|
|
|
|
- * @param depName the value for t_order_mid.dep_name
|
|
|
|
|
- * @mbg.generated Mon Jul 06 11:48:54 CST 2020
|
|
|
|
|
- */
|
|
|
|
|
- public void setDepName(String depName) {
|
|
|
|
|
- this.depName = depName;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+package com.goafanti.common.model;
|
|
|
|
|
+
|
|
|
|
|
+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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private Integer id;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.order_no
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String orderNo;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.salesman_id
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String salesmanId;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.finance_id
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String financeId;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.salesman_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String salesmanName;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.finance_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String financeName;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.final_receivables
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private Date finalReceivablesTime;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.invoice_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private BigDecimal invoiceAmount;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.create_time
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private Date createTime;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.buyer_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String buyerName;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.order_receivables
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private BigDecimal orderReceivables;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.order_arrears
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private BigDecimal orderArrears;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.cost_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private BigDecimal costAmount;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.dep_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private String depName;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_mid.payment_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ private BigDecimal paymentAmount;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ 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 Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
|
|
+ this.createTime = createTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.buyer_name
|
|
|
|
|
+ * @return the value of t_order_mid.buyer_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public String getBuyerName() {
|
|
|
|
|
+ return buyerName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.buyer_name
|
|
|
|
|
+ * @param buyerName the value for t_order_mid.buyer_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setBuyerName(String buyerName) {
|
|
|
|
|
+ this.buyerName = buyerName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.order_receivables
|
|
|
|
|
+ * @return the value of t_order_mid.order_receivables
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public BigDecimal getOrderReceivables() {
|
|
|
|
|
+ return orderReceivables;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.order_receivables
|
|
|
|
|
+ * @param orderReceivables the value for t_order_mid.order_receivables
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setOrderReceivables(BigDecimal orderReceivables) {
|
|
|
|
|
+ this.orderReceivables = orderReceivables;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.order_arrears
|
|
|
|
|
+ * @return the value of t_order_mid.order_arrears
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public BigDecimal getOrderArrears() {
|
|
|
|
|
+ return orderArrears;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.order_arrears
|
|
|
|
|
+ * @param orderArrears the value for t_order_mid.order_arrears
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setOrderArrears(BigDecimal orderArrears) {
|
|
|
|
|
+ this.orderArrears = orderArrears;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.cost_amount
|
|
|
|
|
+ * @return the value of t_order_mid.cost_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public BigDecimal getCostAmount() {
|
|
|
|
|
+ return costAmount;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.cost_amount
|
|
|
|
|
+ * @param costAmount the value for t_order_mid.cost_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setCostAmount(BigDecimal costAmount) {
|
|
|
|
|
+ this.costAmount = costAmount;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.dep_name
|
|
|
|
|
+ * @return the value of t_order_mid.dep_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public String getDepName() {
|
|
|
|
|
+ return depName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.dep_name
|
|
|
|
|
+ * @param depName the value for t_order_mid.dep_name
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setDepName(String depName) {
|
|
|
|
|
+ this.depName = depName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_mid.payment_amount
|
|
|
|
|
+ * @return the value of t_order_mid.payment_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public BigDecimal getPaymentAmount() {
|
|
|
|
|
+ return paymentAmount;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_mid.payment_amount
|
|
|
|
|
+ * @param paymentAmount the value for t_order_mid.payment_amount
|
|
|
|
|
+ * @mbg.generated Wed Sep 23 11:31:19 CST 2020
|
|
|
|
|
+ */
|
|
|
|
|
+ public void setPaymentAmount(BigDecimal paymentAmount) {
|
|
|
|
|
+ this.paymentAmount = paymentAmount;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|