|
|
@@ -6,84 +6,89 @@ public class ContractTask {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.contract_id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String contractId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.commodity_id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String commodityId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.commodity_name
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String commodityName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.commodity_quantity
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private Integer commodityQuantity;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.commodity_type
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private Integer commodityType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.commodity_mode
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String commodityMode;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.create_time
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.task_comment
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String taskComment;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.task_status
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private Integer taskStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.task_distribution_time
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private Date taskDistributionTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.task_allocator
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String taskAllocator;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.task_receiver
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String taskReceiver;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.delete_sign
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private Integer deleteSign;
|
|
|
/**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.serial_number
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
+ */
|
|
|
+ private Integer serialNumber;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column contract_task.attachment_url
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
private String attachmentUrl;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.id
|
|
|
* @return the value of contract_task.id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -92,7 +97,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.id
|
|
|
* @param id the value for contract_task.id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -101,7 +106,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.contract_id
|
|
|
* @return the value of contract_task.contract_id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getContractId() {
|
|
|
return contractId;
|
|
|
@@ -110,7 +115,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.contract_id
|
|
|
* @param contractId the value for contract_task.contract_id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setContractId(String contractId) {
|
|
|
this.contractId = contractId;
|
|
|
@@ -119,7 +124,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.commodity_id
|
|
|
* @return the value of contract_task.commodity_id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getCommodityId() {
|
|
|
return commodityId;
|
|
|
@@ -128,7 +133,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.commodity_id
|
|
|
* @param commodityId the value for contract_task.commodity_id
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setCommodityId(String commodityId) {
|
|
|
this.commodityId = commodityId;
|
|
|
@@ -137,7 +142,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.commodity_name
|
|
|
* @return the value of contract_task.commodity_name
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getCommodityName() {
|
|
|
return commodityName;
|
|
|
@@ -146,7 +151,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.commodity_name
|
|
|
* @param commodityName the value for contract_task.commodity_name
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setCommodityName(String commodityName) {
|
|
|
this.commodityName = commodityName;
|
|
|
@@ -155,7 +160,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.commodity_quantity
|
|
|
* @return the value of contract_task.commodity_quantity
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public Integer getCommodityQuantity() {
|
|
|
return commodityQuantity;
|
|
|
@@ -164,7 +169,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.commodity_quantity
|
|
|
* @param commodityQuantity the value for contract_task.commodity_quantity
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
this.commodityQuantity = commodityQuantity;
|
|
|
@@ -173,7 +178,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.commodity_type
|
|
|
* @return the value of contract_task.commodity_type
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public Integer getCommodityType() {
|
|
|
return commodityType;
|
|
|
@@ -182,7 +187,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.commodity_type
|
|
|
* @param commodityType the value for contract_task.commodity_type
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setCommodityType(Integer commodityType) {
|
|
|
this.commodityType = commodityType;
|
|
|
@@ -191,7 +196,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.commodity_mode
|
|
|
* @return the value of contract_task.commodity_mode
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getCommodityMode() {
|
|
|
return commodityMode;
|
|
|
@@ -200,7 +205,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.commodity_mode
|
|
|
* @param commodityMode the value for contract_task.commodity_mode
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setCommodityMode(String commodityMode) {
|
|
|
this.commodityMode = commodityMode;
|
|
|
@@ -209,7 +214,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.create_time
|
|
|
* @return the value of contract_task.create_time
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -218,7 +223,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.create_time
|
|
|
* @param createTime the value for contract_task.create_time
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -227,7 +232,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.task_comment
|
|
|
* @return the value of contract_task.task_comment
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getTaskComment() {
|
|
|
return taskComment;
|
|
|
@@ -236,7 +241,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.task_comment
|
|
|
* @param taskComment the value for contract_task.task_comment
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setTaskComment(String taskComment) {
|
|
|
this.taskComment = taskComment;
|
|
|
@@ -245,7 +250,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.task_status
|
|
|
* @return the value of contract_task.task_status
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public Integer getTaskStatus() {
|
|
|
return taskStatus;
|
|
|
@@ -254,7 +259,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.task_status
|
|
|
* @param taskStatus the value for contract_task.task_status
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setTaskStatus(Integer taskStatus) {
|
|
|
this.taskStatus = taskStatus;
|
|
|
@@ -263,7 +268,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.task_distribution_time
|
|
|
* @return the value of contract_task.task_distribution_time
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public Date getTaskDistributionTime() {
|
|
|
return taskDistributionTime;
|
|
|
@@ -272,7 +277,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.task_distribution_time
|
|
|
* @param taskDistributionTime the value for contract_task.task_distribution_time
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setTaskDistributionTime(Date taskDistributionTime) {
|
|
|
this.taskDistributionTime = taskDistributionTime;
|
|
|
@@ -281,7 +286,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.task_allocator
|
|
|
* @return the value of contract_task.task_allocator
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getTaskAllocator() {
|
|
|
return taskAllocator;
|
|
|
@@ -290,7 +295,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.task_allocator
|
|
|
* @param taskAllocator the value for contract_task.task_allocator
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setTaskAllocator(String taskAllocator) {
|
|
|
this.taskAllocator = taskAllocator;
|
|
|
@@ -299,7 +304,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.task_receiver
|
|
|
* @return the value of contract_task.task_receiver
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getTaskReceiver() {
|
|
|
return taskReceiver;
|
|
|
@@ -308,7 +313,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.task_receiver
|
|
|
* @param taskReceiver the value for contract_task.task_receiver
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setTaskReceiver(String taskReceiver) {
|
|
|
this.taskReceiver = taskReceiver;
|
|
|
@@ -317,7 +322,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.delete_sign
|
|
|
* @return the value of contract_task.delete_sign
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public Integer getDeleteSign() {
|
|
|
return deleteSign;
|
|
|
@@ -326,16 +331,34 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.delete_sign
|
|
|
* @param deleteSign the value for contract_task.delete_sign
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setDeleteSign(Integer deleteSign) {
|
|
|
this.deleteSign = deleteSign;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.serial_number
|
|
|
+ * @return the value of contract_task.serial_number
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
+ */
|
|
|
+ public Integer getSerialNumber() {
|
|
|
+ return serialNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.serial_number
|
|
|
+ * @param serialNumber the value for contract_task.serial_number
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
+ */
|
|
|
+ public void setSerialNumber(Integer serialNumber) {
|
|
|
+ this.serialNumber = serialNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract_task.attachment_url
|
|
|
* @return the value of contract_task.attachment_url
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public String getAttachmentUrl() {
|
|
|
return attachmentUrl;
|
|
|
@@ -344,7 +367,7 @@ public class ContractTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column contract_task.attachment_url
|
|
|
* @param attachmentUrl the value for contract_task.attachment_url
|
|
|
- * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ * @mbg.generated Thu Feb 01 15:10:35 CST 2018
|
|
|
*/
|
|
|
public void setAttachmentUrl(String attachmentUrl) {
|
|
|
this.attachmentUrl = attachmentUrl;
|