|
|
@@ -3,201 +3,166 @@ package com.goafanti.common.model;
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class IdleContractNo {
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column idle_contract_no.id
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- private Integer id;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column idle_contract_no.abbreviation
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- private String abbreviation;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column idle_contract_no.used_order_no
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- private String usedOrderNo;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column idle_contract_no.contract_no
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- private String contractNo;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column idle_contract_no.aid
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- private String aid;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column idle_contract_no.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- private Date createTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column idle_contract_no.id
|
|
|
- *
|
|
|
- * @return the value of idle_contract_no.id
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public Integer getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column idle_contract_no.id
|
|
|
- *
|
|
|
- * @param id the value for idle_contract_no.id
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 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 idle_contract_no.abbreviation
|
|
|
- *
|
|
|
- * @return the value of idle_contract_no.abbreviation
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public String getAbbreviation() {
|
|
|
- return abbreviation;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column idle_contract_no.abbreviation
|
|
|
- *
|
|
|
- * @param abbreviation the value for idle_contract_no.abbreviation
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public void setAbbreviation(String abbreviation) {
|
|
|
- this.abbreviation = abbreviation;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column idle_contract_no.used_order_no
|
|
|
- *
|
|
|
- * @return the value of idle_contract_no.used_order_no
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public String getUsedOrderNo() {
|
|
|
- return usedOrderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column idle_contract_no.used_order_no
|
|
|
- *
|
|
|
- * @param usedOrderNo the value for idle_contract_no.used_order_no
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public void setUsedOrderNo(String usedOrderNo) {
|
|
|
- this.usedOrderNo = usedOrderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column idle_contract_no.contract_no
|
|
|
- *
|
|
|
- * @return the value of idle_contract_no.contract_no
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public String getContractNo() {
|
|
|
- return contractNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column idle_contract_no.contract_no
|
|
|
- *
|
|
|
- * @param contractNo the value for idle_contract_no.contract_no
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public void setContractNo(String contractNo) {
|
|
|
- this.contractNo = contractNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column idle_contract_no.aid
|
|
|
- *
|
|
|
- * @return the value of idle_contract_no.aid
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public String getAid() {
|
|
|
- return aid;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column idle_contract_no.aid
|
|
|
- *
|
|
|
- * @param aid the value for idle_contract_no.aid
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 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 idle_contract_no.create_time
|
|
|
- *
|
|
|
- * @return the value of idle_contract_no.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column idle_contract_no.create_time
|
|
|
- *
|
|
|
- * @param createTime the value for idle_contract_no.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Mon Sep 30 16:05:15 CST 2019
|
|
|
- */
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.id
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private Integer id;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.abbreviation
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private String abbreviation;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.used_order_no
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private String usedOrderNo;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.contract_no
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private String contractNo;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.aid
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private String aid;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.create_time
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private Date createTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column idle_contract_no.year
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ private Integer year;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column idle_contract_no.id
|
|
|
+ * @return the value of idle_contract_no.id
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.id
|
|
|
+ * @param id the value for idle_contract_no.id
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 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 idle_contract_no.abbreviation
|
|
|
+ * @return the value of idle_contract_no.abbreviation
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public String getAbbreviation() {
|
|
|
+ return abbreviation;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.abbreviation
|
|
|
+ * @param abbreviation the value for idle_contract_no.abbreviation
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public void setAbbreviation(String abbreviation) {
|
|
|
+ this.abbreviation = abbreviation;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column idle_contract_no.used_order_no
|
|
|
+ * @return the value of idle_contract_no.used_order_no
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public String getUsedOrderNo() {
|
|
|
+ return usedOrderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.used_order_no
|
|
|
+ * @param usedOrderNo the value for idle_contract_no.used_order_no
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public void setUsedOrderNo(String usedOrderNo) {
|
|
|
+ this.usedOrderNo = usedOrderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column idle_contract_no.contract_no
|
|
|
+ * @return the value of idle_contract_no.contract_no
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public String getContractNo() {
|
|
|
+ return contractNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.contract_no
|
|
|
+ * @param contractNo the value for idle_contract_no.contract_no
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public void setContractNo(String contractNo) {
|
|
|
+ this.contractNo = contractNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column idle_contract_no.aid
|
|
|
+ * @return the value of idle_contract_no.aid
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public String getAid() {
|
|
|
+ return aid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.aid
|
|
|
+ * @param aid the value for idle_contract_no.aid
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public void setAid(String aid) {
|
|
|
+ this.aid = aid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column idle_contract_no.create_time
|
|
|
+ * @return the value of idle_contract_no.create_time
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.create_time
|
|
|
+ * @param createTime the value for idle_contract_no.create_time
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 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 idle_contract_no.year
|
|
|
+ * @return the value of idle_contract_no.year
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getYear() {
|
|
|
+ return year;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column idle_contract_no.year
|
|
|
+ * @param year the value for idle_contract_no.year
|
|
|
+ * @mbg.generated Tue Jan 07 16:15:44 CST 2020
|
|
|
+ */
|
|
|
+ public void setYear(Integer year) {
|
|
|
+ this.year = year;
|
|
|
+ }
|
|
|
}
|