| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479 |
- 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;
- }
- }
|