| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.Date;
- public class TemporaryReceivables {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.id
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private Integer id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.order_no
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private String orderNo;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.corporate_name
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private String corporateName;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.amount
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private BigDecimal amount;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.receivables_time
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private Date receivablesTime;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.aid
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private String aid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.remarks
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private String remarks;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.status
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private Integer status;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.create_time
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private Date createTime;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column temporary_receivables.financial_pay_no
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- private String financialPayNo;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column temporary_receivables.id
- * @return the value of temporary_receivables.id
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.id
- * @param id the value for temporary_receivables.id
- * @mbg.generated Mon Oct 14 11:33:48 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 temporary_receivables.order_no
- * @return the value of temporary_receivables.order_no
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public String getOrderNo() {
- return orderNo;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.order_no
- * @param orderNo the value for temporary_receivables.order_no
- * @mbg.generated Mon Oct 14 11:33:48 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 temporary_receivables.corporate_name
- * @return the value of temporary_receivables.corporate_name
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public String getCorporateName() {
- return corporateName;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.corporate_name
- * @param corporateName the value for temporary_receivables.corporate_name
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public void setCorporateName(String corporateName) {
- this.corporateName = corporateName;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column temporary_receivables.amount
- * @return the value of temporary_receivables.amount
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public BigDecimal getAmount() {
- return amount;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.amount
- * @param amount the value for temporary_receivables.amount
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public void setAmount(BigDecimal amount) {
- this.amount = amount;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column temporary_receivables.receivables_time
- * @return the value of temporary_receivables.receivables_time
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public Date getReceivablesTime() {
- return receivablesTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.receivables_time
- * @param receivablesTime the value for temporary_receivables.receivables_time
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public void setReceivablesTime(Date receivablesTime) {
- this.receivablesTime = receivablesTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column temporary_receivables.aid
- * @return the value of temporary_receivables.aid
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public String getAid() {
- return aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.aid
- * @param aid the value for temporary_receivables.aid
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public void setAid(String aid) {
- this.aid = aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column temporary_receivables.remarks
- * @return the value of temporary_receivables.remarks
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public String getRemarks() {
- return remarks;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.remarks
- * @param remarks the value for temporary_receivables.remarks
- * @mbg.generated Mon Oct 14 11:33:48 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 temporary_receivables.status
- * @return the value of temporary_receivables.status
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public Integer getStatus() {
- return status;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.status
- * @param status the value for temporary_receivables.status
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public void setStatus(Integer status) {
- this.status = status;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column temporary_receivables.create_time
- * @return the value of temporary_receivables.create_time
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public Date getCreateTime() {
- return createTime;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.create_time
- * @param createTime the value for temporary_receivables.create_time
- * @mbg.generated Mon Oct 14 11:33:48 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 temporary_receivables.financial_pay_no
- * @return the value of temporary_receivables.financial_pay_no
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public String getFinancialPayNo() {
- return financialPayNo;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column temporary_receivables.financial_pay_no
- * @param financialPayNo the value for temporary_receivables.financial_pay_no
- * @mbg.generated Mon Oct 14 11:33:48 CST 2019
- */
- public void setFinancialPayNo(String financialPayNo) {
- this.financialPayNo = financialPayNo;
- }
- }
|