|
|
@@ -8,169 +8,168 @@ import com.goafanti.common.utils.StringUtils;
|
|
|
public class TOrderTask {
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.order_no
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String orderNo;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.main
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer main;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.super_id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String superId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.commodity_id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String commodityId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.commodity_name
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String commodityName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.commodity_quantity
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer commodityQuantity;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.commodity_mode
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String commodityMode;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.commodity_price
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private BigDecimal commodityPrice;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer taskStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_distribution_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date taskDistributionTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_allocator
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String taskAllocator;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_receiver
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String taskReceiver;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_comment
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String taskComment;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_start_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date taskStartTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_end_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date taskEndTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.project_status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer projectStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.accept_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date acceptTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.review_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date reviewTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.publicity_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date publicityTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.licence_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Date licenceTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.certificate_number
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String certificateNumber;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.form_retrieve
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer formRetrieve;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.declare_user
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String declareUser;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.declare_pwd
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String declarePwd;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.task_refund
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer taskRefund;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.refund_content
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String refundContent;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.set_up_amount
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private BigDecimal setUpAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.arrival_money
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private Integer arrivalMoney;
|
|
|
/**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.retrieve_content
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
+ */
|
|
|
+ private String retrieveContent;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.attachment_url
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
private String attachmentUrl;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.id
|
|
|
* @return the value of t_order_task.id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -179,7 +178,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.id
|
|
|
* @param id the value for t_order_task.id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -188,7 +187,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.order_no
|
|
|
* @return the value of t_order_task.order_no
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
@@ -197,7 +196,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.order_no
|
|
|
* @param orderNo the value for t_order_task.order_no
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setOrderNo(String orderNo) {
|
|
|
this.orderNo = orderNo;
|
|
|
@@ -206,7 +205,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.main
|
|
|
* @return the value of t_order_task.main
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getMain() {
|
|
|
return main;
|
|
|
@@ -215,7 +214,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.main
|
|
|
* @param main the value for t_order_task.main
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setMain(Integer main) {
|
|
|
this.main = main;
|
|
|
@@ -224,7 +223,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.super_id
|
|
|
* @return the value of t_order_task.super_id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getSuperId() {
|
|
|
return superId;
|
|
|
@@ -233,7 +232,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.super_id
|
|
|
* @param superId the value for t_order_task.super_id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setSuperId(String superId) {
|
|
|
this.superId = superId;
|
|
|
@@ -242,7 +241,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.commodity_id
|
|
|
* @return the value of t_order_task.commodity_id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getCommodityId() {
|
|
|
return commodityId;
|
|
|
@@ -251,7 +250,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.commodity_id
|
|
|
* @param commodityId the value for t_order_task.commodity_id
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setCommodityId(String commodityId) {
|
|
|
this.commodityId = commodityId;
|
|
|
@@ -260,7 +259,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.commodity_name
|
|
|
* @return the value of t_order_task.commodity_name
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getCommodityName() {
|
|
|
return commodityName;
|
|
|
@@ -269,7 +268,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.commodity_name
|
|
|
* @param commodityName the value for t_order_task.commodity_name
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setCommodityName(String commodityName) {
|
|
|
this.commodityName = commodityName;
|
|
|
@@ -278,7 +277,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.commodity_quantity
|
|
|
* @return the value of t_order_task.commodity_quantity
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getCommodityQuantity() {
|
|
|
return commodityQuantity;
|
|
|
@@ -287,7 +286,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.commodity_quantity
|
|
|
* @param commodityQuantity the value for t_order_task.commodity_quantity
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
this.commodityQuantity = commodityQuantity;
|
|
|
@@ -296,7 +295,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.commodity_mode
|
|
|
* @return the value of t_order_task.commodity_mode
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getCommodityMode() {
|
|
|
return commodityMode;
|
|
|
@@ -305,7 +304,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.commodity_mode
|
|
|
* @param commodityMode the value for t_order_task.commodity_mode
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setCommodityMode(String commodityMode) {
|
|
|
this.commodityMode = commodityMode;
|
|
|
@@ -314,7 +313,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.commodity_price
|
|
|
* @return the value of t_order_task.commodity_price
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public BigDecimal getCommodityPrice() {
|
|
|
return commodityPrice;
|
|
|
@@ -323,7 +322,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.commodity_price
|
|
|
* @param commodityPrice the value for t_order_task.commodity_price
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setCommodityPrice(BigDecimal commodityPrice) {
|
|
|
this.commodityPrice = commodityPrice;
|
|
|
@@ -332,7 +331,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_status
|
|
|
* @return the value of t_order_task.task_status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getTaskStatus() {
|
|
|
return taskStatus;
|
|
|
@@ -341,7 +340,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_status
|
|
|
* @param taskStatus the value for t_order_task.task_status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskStatus(Integer taskStatus) {
|
|
|
this.taskStatus = taskStatus;
|
|
|
@@ -350,7 +349,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_distribution_time
|
|
|
* @return the value of t_order_task.task_distribution_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getTaskDistributionTime() {
|
|
|
return taskDistributionTime;
|
|
|
@@ -359,7 +358,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_distribution_time
|
|
|
* @param taskDistributionTime the value for t_order_task.task_distribution_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskDistributionTime(Date taskDistributionTime) {
|
|
|
this.taskDistributionTime = taskDistributionTime;
|
|
|
@@ -368,7 +367,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_allocator
|
|
|
* @return the value of t_order_task.task_allocator
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getTaskAllocator() {
|
|
|
return taskAllocator;
|
|
|
@@ -377,7 +376,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_allocator
|
|
|
* @param taskAllocator the value for t_order_task.task_allocator
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskAllocator(String taskAllocator) {
|
|
|
this.taskAllocator = taskAllocator;
|
|
|
@@ -386,7 +385,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_receiver
|
|
|
* @return the value of t_order_task.task_receiver
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getTaskReceiver() {
|
|
|
return taskReceiver;
|
|
|
@@ -395,7 +394,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_receiver
|
|
|
* @param taskReceiver the value for t_order_task.task_receiver
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskReceiver(String taskReceiver) {
|
|
|
this.taskReceiver = taskReceiver;
|
|
|
@@ -404,7 +403,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_comment
|
|
|
* @return the value of t_order_task.task_comment
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getTaskComment() {
|
|
|
return taskComment;
|
|
|
@@ -413,7 +412,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_comment
|
|
|
* @param taskComment the value for t_order_task.task_comment
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskComment(String taskComment) {
|
|
|
this.taskComment = taskComment;
|
|
|
@@ -422,7 +421,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_start_time
|
|
|
* @return the value of t_order_task.task_start_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getTaskStartTime() {
|
|
|
return taskStartTime;
|
|
|
@@ -431,7 +430,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_start_time
|
|
|
* @param taskStartTime the value for t_order_task.task_start_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskStartTime(Date taskStartTime) {
|
|
|
this.taskStartTime = taskStartTime;
|
|
|
@@ -440,7 +439,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_end_time
|
|
|
* @return the value of t_order_task.task_end_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getTaskEndTime() {
|
|
|
return taskEndTime;
|
|
|
@@ -449,7 +448,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_end_time
|
|
|
* @param taskEndTime the value for t_order_task.task_end_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskEndTime(Date taskEndTime) {
|
|
|
this.taskEndTime = taskEndTime;
|
|
|
@@ -458,7 +457,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.project_status
|
|
|
* @return the value of t_order_task.project_status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getProjectStatus() {
|
|
|
return projectStatus;
|
|
|
@@ -467,7 +466,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.project_status
|
|
|
* @param projectStatus the value for t_order_task.project_status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setProjectStatus(Integer projectStatus) {
|
|
|
this.projectStatus = projectStatus;
|
|
|
@@ -476,7 +475,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.accept_time
|
|
|
* @return the value of t_order_task.accept_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getAcceptTime() {
|
|
|
return acceptTime;
|
|
|
@@ -485,7 +484,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.accept_time
|
|
|
* @param acceptTime the value for t_order_task.accept_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setAcceptTime(Date acceptTime) {
|
|
|
this.acceptTime = acceptTime;
|
|
|
@@ -494,7 +493,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.review_time
|
|
|
* @return the value of t_order_task.review_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getReviewTime() {
|
|
|
return reviewTime;
|
|
|
@@ -503,7 +502,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.review_time
|
|
|
* @param reviewTime the value for t_order_task.review_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setReviewTime(Date reviewTime) {
|
|
|
this.reviewTime = reviewTime;
|
|
|
@@ -512,7 +511,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.publicity_time
|
|
|
* @return the value of t_order_task.publicity_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getPublicityTime() {
|
|
|
return publicityTime;
|
|
|
@@ -521,7 +520,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.publicity_time
|
|
|
* @param publicityTime the value for t_order_task.publicity_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setPublicityTime(Date publicityTime) {
|
|
|
this.publicityTime = publicityTime;
|
|
|
@@ -530,7 +529,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.licence_time
|
|
|
* @return the value of t_order_task.licence_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Date getLicenceTime() {
|
|
|
return licenceTime;
|
|
|
@@ -539,7 +538,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.licence_time
|
|
|
* @param licenceTime the value for t_order_task.licence_time
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setLicenceTime(Date licenceTime) {
|
|
|
this.licenceTime = licenceTime;
|
|
|
@@ -548,7 +547,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.certificate_number
|
|
|
* @return the value of t_order_task.certificate_number
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getCertificateNumber() {
|
|
|
return certificateNumber;
|
|
|
@@ -557,7 +556,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.certificate_number
|
|
|
* @param certificateNumber the value for t_order_task.certificate_number
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setCertificateNumber(String certificateNumber) {
|
|
|
this.certificateNumber = certificateNumber;
|
|
|
@@ -566,7 +565,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.status
|
|
|
* @return the value of t_order_task.status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -575,7 +574,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.status
|
|
|
* @param status the value for t_order_task.status
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -584,7 +583,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.form_retrieve
|
|
|
* @return the value of t_order_task.form_retrieve
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getFormRetrieve() {
|
|
|
return formRetrieve;
|
|
|
@@ -593,7 +592,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.form_retrieve
|
|
|
* @param formRetrieve the value for t_order_task.form_retrieve
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setFormRetrieve(Integer formRetrieve) {
|
|
|
this.formRetrieve = formRetrieve;
|
|
|
@@ -602,7 +601,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.declare_user
|
|
|
* @return the value of t_order_task.declare_user
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getDeclareUser() {
|
|
|
return declareUser;
|
|
|
@@ -611,7 +610,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.declare_user
|
|
|
* @param declareUser the value for t_order_task.declare_user
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setDeclareUser(String declareUser) {
|
|
|
this.declareUser = declareUser;
|
|
|
@@ -620,7 +619,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.declare_pwd
|
|
|
* @return the value of t_order_task.declare_pwd
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getDeclarePwd() {
|
|
|
return declarePwd;
|
|
|
@@ -629,7 +628,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.declare_pwd
|
|
|
* @param declarePwd the value for t_order_task.declare_pwd
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setDeclarePwd(String declarePwd) {
|
|
|
this.declarePwd = declarePwd;
|
|
|
@@ -638,7 +637,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.task_refund
|
|
|
* @return the value of t_order_task.task_refund
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getTaskRefund() {
|
|
|
return taskRefund;
|
|
|
@@ -647,7 +646,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.task_refund
|
|
|
* @param taskRefund the value for t_order_task.task_refund
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setTaskRefund(Integer taskRefund) {
|
|
|
this.taskRefund = taskRefund;
|
|
|
@@ -656,7 +655,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.refund_content
|
|
|
* @return the value of t_order_task.refund_content
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getRefundContent() {
|
|
|
return refundContent;
|
|
|
@@ -665,7 +664,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.refund_content
|
|
|
* @param refundContent the value for t_order_task.refund_content
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setRefundContent(String refundContent) {
|
|
|
this.refundContent = refundContent;
|
|
|
@@ -674,7 +673,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.set_up_amount
|
|
|
* @return the value of t_order_task.set_up_amount
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public BigDecimal getSetUpAmount() {
|
|
|
return setUpAmount;
|
|
|
@@ -683,21 +682,16 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.set_up_amount
|
|
|
* @param setUpAmount the value for t_order_task.set_up_amount
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setSetUpAmount(BigDecimal setUpAmount) {
|
|
|
this.setUpAmount = setUpAmount;
|
|
|
}
|
|
|
- public void setSetUpAmount(String setUpAmount) {
|
|
|
- if (StringUtils.isNotBlank(setUpAmount)) {
|
|
|
- this.setUpAmount =new BigDecimal(setUpAmount);
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.arrival_money
|
|
|
* @return the value of t_order_task.arrival_money
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public Integer getArrivalMoney() {
|
|
|
return arrivalMoney;
|
|
|
@@ -706,16 +700,34 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.arrival_money
|
|
|
* @param arrivalMoney the value for t_order_task.arrival_money
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setArrivalMoney(Integer arrivalMoney) {
|
|
|
this.arrivalMoney = arrivalMoney;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.retrieve_content
|
|
|
+ * @return the value of t_order_task.retrieve_content
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
+ */
|
|
|
+ public String getRetrieveContent() {
|
|
|
+ return retrieveContent;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.retrieve_content
|
|
|
+ * @param retrieveContent the value for t_order_task.retrieve_content
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
+ */
|
|
|
+ public void setRetrieveContent(String retrieveContent) {
|
|
|
+ this.retrieveContent = retrieveContent;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.attachment_url
|
|
|
* @return the value of t_order_task.attachment_url
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public String getAttachmentUrl() {
|
|
|
return attachmentUrl;
|
|
|
@@ -724,12 +736,18 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.attachment_url
|
|
|
* @param attachmentUrl the value for t_order_task.attachment_url
|
|
|
- * @mbg.generated Mon Jun 03 14:30:20 CST 2019
|
|
|
+ * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
*/
|
|
|
public void setAttachmentUrl(String attachmentUrl) {
|
|
|
this.attachmentUrl = attachmentUrl;
|
|
|
}
|
|
|
|
|
|
+ public void setSetUpAmount(String setUpAmount) {
|
|
|
+ if (StringUtils.isNotBlank(setUpAmount)) {
|
|
|
+ this.setUpAmount =new BigDecimal(setUpAmount);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private String name;
|
|
|
private String email;
|
|
|
public String getName() {
|