|
|
@@ -3,465 +3,350 @@ package com.goafanti.common.model;
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class ContractTask {
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column contract_task.id
|
|
|
- *
|
|
|
- * @mbg.generated Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- private String taskReceiver;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column contract_task.attachment_url
|
|
|
- *
|
|
|
- * @mbg.generated Fri Jan 26 16:01:38 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setId(String id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getContractId() {
|
|
|
- return contractId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setContractId(String contractId) {
|
|
|
- this.contractId = contractId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getCommodityId() {
|
|
|
- return commodityId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setCommodityId(String commodityId) {
|
|
|
- this.commodityId = commodityId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getCommodityName() {
|
|
|
- return commodityName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setCommodityName(String commodityName) {
|
|
|
- this.commodityName = commodityName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public Integer getCommodityQuantity() {
|
|
|
- return commodityQuantity;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
- this.commodityQuantity = commodityQuantity;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public Integer getCommodityType() {
|
|
|
- return commodityType;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setCommodityType(Integer commodityType) {
|
|
|
- this.commodityType = commodityType;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getCommodityMode() {
|
|
|
- return commodityMode;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setCommodityMode(String commodityMode) {
|
|
|
- this.commodityMode = commodityMode;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getTaskComment() {
|
|
|
- return taskComment;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setTaskComment(String taskComment) {
|
|
|
- this.taskComment = taskComment;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public Integer getTaskStatus() {
|
|
|
- return taskStatus;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setTaskStatus(Integer taskStatus) {
|
|
|
- this.taskStatus = taskStatus;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public Date getTaskDistributionTime() {
|
|
|
- return taskDistributionTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setTaskDistributionTime(Date taskDistributionTime) {
|
|
|
- this.taskDistributionTime = taskDistributionTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getTaskAllocator() {
|
|
|
- return taskAllocator;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setTaskAllocator(String taskAllocator) {
|
|
|
- this.taskAllocator = taskAllocator;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getTaskReceiver() {
|
|
|
- return taskReceiver;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setTaskReceiver(String taskReceiver) {
|
|
|
- this.taskReceiver = taskReceiver;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public String getAttachmentUrl() {
|
|
|
- return attachmentUrl;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Fri Jan 26 16:01:38 CST 2018
|
|
|
- */
|
|
|
- public void setAttachmentUrl(String attachmentUrl) {
|
|
|
- this.attachmentUrl = attachmentUrl;
|
|
|
- }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ private Integer deleteSign;
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ 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
|
|
|
+ */
|
|
|
+ public String getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setId(String id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getContractId() {
|
|
|
+ return contractId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setContractId(String contractId) {
|
|
|
+ this.contractId = contractId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getCommodityId() {
|
|
|
+ return commodityId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setCommodityId(String commodityId) {
|
|
|
+ this.commodityId = commodityId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getCommodityName() {
|
|
|
+ return commodityName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setCommodityName(String commodityName) {
|
|
|
+ this.commodityName = commodityName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Integer getCommodityQuantity() {
|
|
|
+ return commodityQuantity;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
+ this.commodityQuantity = commodityQuantity;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Integer getCommodityType() {
|
|
|
+ return commodityType;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setCommodityType(Integer commodityType) {
|
|
|
+ this.commodityType = commodityType;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getCommodityMode() {
|
|
|
+ return commodityMode;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setCommodityMode(String commodityMode) {
|
|
|
+ this.commodityMode = commodityMode;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
+ this.createTime = createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getTaskComment() {
|
|
|
+ return taskComment;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setTaskComment(String taskComment) {
|
|
|
+ this.taskComment = taskComment;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Integer getTaskStatus() {
|
|
|
+ return taskStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setTaskStatus(Integer taskStatus) {
|
|
|
+ this.taskStatus = taskStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Date getTaskDistributionTime() {
|
|
|
+ return taskDistributionTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setTaskDistributionTime(Date taskDistributionTime) {
|
|
|
+ this.taskDistributionTime = taskDistributionTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getTaskAllocator() {
|
|
|
+ return taskAllocator;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setTaskAllocator(String taskAllocator) {
|
|
|
+ this.taskAllocator = taskAllocator;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public String getTaskReceiver() {
|
|
|
+ return taskReceiver;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setTaskReceiver(String taskReceiver) {
|
|
|
+ this.taskReceiver = taskReceiver;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Integer getDeleteSign() {
|
|
|
+ return deleteSign;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ 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.attachment_url
|
|
|
+ * @return the value of contract_task.attachment_url
|
|
|
+ * @mbg.generated Wed Jan 31 16:35:57 CST 2018
|
|
|
+ */
|
|
|
+ public String getAttachmentUrl() {
|
|
|
+ return attachmentUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setAttachmentUrl(String attachmentUrl) {
|
|
|
+ this.attachmentUrl = attachmentUrl;
|
|
|
+ }
|
|
|
}
|