package com.goafanti.common.model; import java.math.BigDecimal; import java.util.Date; import org.apache.commons.lang3.time.DateFormatUtils; import com.goafanti.common.constant.AFTConstants; public class TOrderBillNew { /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.bill_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String billNo; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.order_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String orderNo; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.creater * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String creater; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.create_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Date createTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.update_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Date updateTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.payee_id * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String payeeId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.payer_id * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String payerId; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.transaction_amount * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private BigDecimal transactionAmount; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.transaction_subject * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Integer transactionSubject; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.transaction_channel * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Integer transactionChannel; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.remarks * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String remarks; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.confirm_sign * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Integer confirmSign; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.delete_sign * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Byte deleteSign; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.financial_pay_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private String financialPayNo; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.financial_pay_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Date financialPayTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_bill_new.type * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ private Integer type; /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.bill_no * @return the value of t_order_bill_new.bill_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public String getBillNo() { return billNo; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.bill_no * @param billNo the value for t_order_bill_new.bill_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setBillNo(String billNo) { this.billNo = billNo; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.order_no * @return the value of t_order_bill_new.order_no * @mbg.generated Mon Oct 14 09:49:04 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_bill_new.order_no * @param orderNo the value for t_order_bill_new.order_no * @mbg.generated Mon Oct 14 09:49:04 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_bill_new.creater * @return the value of t_order_bill_new.creater * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public String getCreater() { return creater; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.creater * @param creater the value for t_order_bill_new.creater * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setCreater(String creater) { this.creater = creater; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.create_time * @return the value of t_order_bill_new.create_time * @mbg.generated Mon Oct 14 09:49:04 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_bill_new.create_time * @param createTime the value for t_order_bill_new.create_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ 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_bill_new.update_time * @return the value of t_order_bill_new.update_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Date getUpdateTime() { return updateTime; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.update_time * @param updateTime the value for t_order_bill_new.update_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.payee_id * @return the value of t_order_bill_new.payee_id * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public String getPayeeId() { return payeeId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.payee_id * @param payeeId the value for t_order_bill_new.payee_id * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setPayeeId(String payeeId) { this.payeeId = payeeId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.payer_id * @return the value of t_order_bill_new.payer_id * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public String getPayerId() { return payerId; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.payer_id * @param payerId the value for t_order_bill_new.payer_id * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setPayerId(String payerId) { this.payerId = payerId; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.transaction_amount * @return the value of t_order_bill_new.transaction_amount * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public BigDecimal getTransactionAmount() { return transactionAmount; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.transaction_amount * @param transactionAmount the value for t_order_bill_new.transaction_amount * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setTransactionAmount(BigDecimal transactionAmount) { this.transactionAmount = transactionAmount; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.transaction_subject * @return the value of t_order_bill_new.transaction_subject * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Integer getTransactionSubject() { return transactionSubject; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.transaction_subject * @param transactionSubject the value for t_order_bill_new.transaction_subject * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setTransactionSubject(Integer transactionSubject) { this.transactionSubject = transactionSubject; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.transaction_channel * @return the value of t_order_bill_new.transaction_channel * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Integer getTransactionChannel() { return transactionChannel; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.transaction_channel * @param transactionChannel the value for t_order_bill_new.transaction_channel * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setTransactionChannel(Integer transactionChannel) { this.transactionChannel = transactionChannel; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.remarks * @return the value of t_order_bill_new.remarks * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public String getRemarks() { return remarks; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.remarks * @param remarks the value for t_order_bill_new.remarks * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setRemarks(String remarks) { this.remarks = remarks; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.confirm_sign * @return the value of t_order_bill_new.confirm_sign * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Integer getConfirmSign() { return confirmSign; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.confirm_sign * @param confirmSign the value for t_order_bill_new.confirm_sign * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setConfirmSign(Integer confirmSign) { this.confirmSign = confirmSign; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.delete_sign * @return the value of t_order_bill_new.delete_sign * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Byte getDeleteSign() { return deleteSign; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.delete_sign * @param deleteSign the value for t_order_bill_new.delete_sign * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setDeleteSign(Byte deleteSign) { this.deleteSign = deleteSign; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.financial_pay_no * @return the value of t_order_bill_new.financial_pay_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public String getFinancialPayNo() { return financialPayNo; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.financial_pay_no * @param financialPayNo the value for t_order_bill_new.financial_pay_no * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setFinancialPayNo(String financialPayNo) { this.financialPayNo = financialPayNo; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.financial_pay_time * @return the value of t_order_bill_new.financial_pay_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Date getFinancialPayTime() { return financialPayTime; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.financial_pay_time * @param financialPayTime the value for t_order_bill_new.financial_pay_time * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setFinancialPayTime(Date financialPayTime) { this.financialPayTime = financialPayTime; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_bill_new.type * @return the value of t_order_bill_new.type * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public Integer getType() { return type; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_bill_new.type * @param type the value for t_order_bill_new.type * @mbg.generated Mon Oct 14 09:49:04 CST 2019 */ public void setType(Integer type) { this.type = type; } private String financialPayTimes; private String payerName; private String payeeName; private String createrName; private String startTime; private String endTime; private String departmentId; private String saleId; private String saleName; private String departmentName; private String createTimes; public String getFinancialPayTimes() { return this.financialPayTimes; } public void setFinancialPayTimes(String financialPayTimes) { this.financialPayTimes = financialPayTimes; } public String getPayerName() { return payerName; } public void setPayerName(String payerName) { this.payerName = payerName; } public String getPayeeName() { return payeeName; } public void setPayeeName(String payeeName) { this.payeeName = payeeName; } public String getCreaterName() { return createrName; } public void setCreaterName(String createrName) { this.createrName = createrName; } public String getStartTime() { return startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getEndTime() { return endTime; } public void setEndTime(String endTime) { this.endTime = endTime; } public String getDepartmentId() { return departmentId; } public void setDepartmentId(String departmentId) { this.departmentId = departmentId; } public String getSaleId() { return saleId; } public void setSaleId(String saleId) { this.saleId = saleId; } public String getSaleName() { return saleName; } public void setSaleName(String saleName) { this.saleName = saleName; } public String getDepartmentName() { return departmentName; } public void setDepartmentName(String departmentName) { this.departmentName = departmentName; } public String getCreateTimes() { return this.createTimes; } public void setCreateTimes(String createTimes) { this.createTimes = createTimes; } }