|
|
@@ -8,168 +8,178 @@ 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 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 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
private String refundContent;
|
|
|
/**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.retrieve_content
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ private String retrieveContent;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.declare_user
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ private String declarePwd;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.set_up_amount
|
|
|
- * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.outsource_name
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
- private String retrieveContent;
|
|
|
+ private String outsourceName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.outsource_price
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ private BigDecimal outsourcePrice;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column t_order_task.attachment_url
|
|
|
- * @mbg.generated Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -178,7 +188,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -187,7 +197,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
@@ -196,7 +206,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setOrderNo(String orderNo) {
|
|
|
this.orderNo = orderNo;
|
|
|
@@ -205,7 +215,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getMain() {
|
|
|
return main;
|
|
|
@@ -214,7 +224,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setMain(Integer main) {
|
|
|
this.main = main;
|
|
|
@@ -223,7 +233,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getSuperId() {
|
|
|
return superId;
|
|
|
@@ -232,7 +242,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setSuperId(String superId) {
|
|
|
this.superId = superId;
|
|
|
@@ -241,7 +251,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getCommodityId() {
|
|
|
return commodityId;
|
|
|
@@ -250,7 +260,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setCommodityId(String commodityId) {
|
|
|
this.commodityId = commodityId;
|
|
|
@@ -259,7 +269,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getCommodityName() {
|
|
|
return commodityName;
|
|
|
@@ -268,7 +278,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setCommodityName(String commodityName) {
|
|
|
this.commodityName = commodityName;
|
|
|
@@ -277,7 +287,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getCommodityQuantity() {
|
|
|
return commodityQuantity;
|
|
|
@@ -286,7 +296,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
this.commodityQuantity = commodityQuantity;
|
|
|
@@ -295,7 +305,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getCommodityMode() {
|
|
|
return commodityMode;
|
|
|
@@ -304,7 +314,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setCommodityMode(String commodityMode) {
|
|
|
this.commodityMode = commodityMode;
|
|
|
@@ -313,7 +323,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public BigDecimal getCommodityPrice() {
|
|
|
return commodityPrice;
|
|
|
@@ -322,7 +332,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setCommodityPrice(BigDecimal commodityPrice) {
|
|
|
this.commodityPrice = commodityPrice;
|
|
|
@@ -331,7 +341,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getTaskStatus() {
|
|
|
return taskStatus;
|
|
|
@@ -340,7 +350,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskStatus(Integer taskStatus) {
|
|
|
this.taskStatus = taskStatus;
|
|
|
@@ -349,7 +359,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getTaskDistributionTime() {
|
|
|
return taskDistributionTime;
|
|
|
@@ -358,7 +368,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskDistributionTime(Date taskDistributionTime) {
|
|
|
this.taskDistributionTime = taskDistributionTime;
|
|
|
@@ -367,7 +377,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getTaskAllocator() {
|
|
|
return taskAllocator;
|
|
|
@@ -376,7 +386,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskAllocator(String taskAllocator) {
|
|
|
this.taskAllocator = taskAllocator;
|
|
|
@@ -385,7 +395,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getTaskReceiver() {
|
|
|
return taskReceiver;
|
|
|
@@ -394,7 +404,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskReceiver(String taskReceiver) {
|
|
|
this.taskReceiver = taskReceiver;
|
|
|
@@ -403,7 +413,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getTaskComment() {
|
|
|
return taskComment;
|
|
|
@@ -412,7 +422,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskComment(String taskComment) {
|
|
|
this.taskComment = taskComment;
|
|
|
@@ -421,7 +431,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getTaskStartTime() {
|
|
|
return taskStartTime;
|
|
|
@@ -430,7 +440,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskStartTime(Date taskStartTime) {
|
|
|
this.taskStartTime = taskStartTime;
|
|
|
@@ -439,7 +449,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getTaskEndTime() {
|
|
|
return taskEndTime;
|
|
|
@@ -448,7 +458,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskEndTime(Date taskEndTime) {
|
|
|
this.taskEndTime = taskEndTime;
|
|
|
@@ -457,7 +467,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getProjectStatus() {
|
|
|
return projectStatus;
|
|
|
@@ -466,7 +476,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setProjectStatus(Integer projectStatus) {
|
|
|
this.projectStatus = projectStatus;
|
|
|
@@ -475,7 +485,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getAcceptTime() {
|
|
|
return acceptTime;
|
|
|
@@ -484,7 +494,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setAcceptTime(Date acceptTime) {
|
|
|
this.acceptTime = acceptTime;
|
|
|
@@ -493,7 +503,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getReviewTime() {
|
|
|
return reviewTime;
|
|
|
@@ -502,7 +512,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setReviewTime(Date reviewTime) {
|
|
|
this.reviewTime = reviewTime;
|
|
|
@@ -511,7 +521,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getPublicityTime() {
|
|
|
return publicityTime;
|
|
|
@@ -520,7 +530,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setPublicityTime(Date publicityTime) {
|
|
|
this.publicityTime = publicityTime;
|
|
|
@@ -529,7 +539,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Date getLicenceTime() {
|
|
|
return licenceTime;
|
|
|
@@ -538,7 +548,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setLicenceTime(Date licenceTime) {
|
|
|
this.licenceTime = licenceTime;
|
|
|
@@ -547,7 +557,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getCertificateNumber() {
|
|
|
return certificateNumber;
|
|
|
@@ -556,7 +566,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setCertificateNumber(String certificateNumber) {
|
|
|
this.certificateNumber = certificateNumber;
|
|
|
@@ -565,7 +575,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -574,7 +584,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -583,7 +593,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getFormRetrieve() {
|
|
|
return formRetrieve;
|
|
|
@@ -592,52 +602,16 @@ 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setFormRetrieve(Integer formRetrieve) {
|
|
|
this.formRetrieve = formRetrieve;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
- */
|
|
|
- public String getDeclareUser() {
|
|
|
- return declareUser;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
- */
|
|
|
- public void setDeclareUser(String declareUser) {
|
|
|
- this.declareUser = declareUser;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
- */
|
|
|
- public String getDeclarePwd() {
|
|
|
- return declarePwd;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
- */
|
|
|
- public void setDeclarePwd(String declarePwd) {
|
|
|
- this.declarePwd = declarePwd;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
* 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getTaskRefund() {
|
|
|
return taskRefund;
|
|
|
@@ -646,7 +620,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setTaskRefund(Integer taskRefund) {
|
|
|
this.taskRefund = taskRefund;
|
|
|
@@ -655,7 +629,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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getRefundContent() {
|
|
|
return refundContent;
|
|
|
@@ -664,16 +638,70 @@ 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setRefundContent(String refundContent) {
|
|
|
this.refundContent = refundContent;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * 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 Mon Aug 12 11:12:48 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 Mon Aug 12 11:12:48 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.declare_user
|
|
|
+ * @return the value of t_order_task.declare_user
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ public String getDeclareUser() {
|
|
|
+ return declareUser;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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 Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ public void setDeclareUser(String declareUser) {
|
|
|
+ this.declareUser = declareUser;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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 Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ public String getDeclarePwd() {
|
|
|
+ return declarePwd;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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 Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ public void setDeclarePwd(String declarePwd) {
|
|
|
+ this.declarePwd = declarePwd;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public BigDecimal getSetUpAmount() {
|
|
|
return setUpAmount;
|
|
|
@@ -682,7 +710,7 @@ 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setSetUpAmount(BigDecimal setUpAmount) {
|
|
|
this.setUpAmount = setUpAmount;
|
|
|
@@ -691,7 +719,7 @@ public class TOrderTask {
|
|
|
/**
|
|
|
* 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public Integer getArrivalMoney() {
|
|
|
return arrivalMoney;
|
|
|
@@ -700,34 +728,52 @@ 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 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
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.outsource_name
|
|
|
+ * @return the value of t_order_task.outsource_name
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
- public String getRetrieveContent() {
|
|
|
- return retrieveContent;
|
|
|
+ public String getOutsourceName() {
|
|
|
+ return outsourceName;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 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
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.outsource_name
|
|
|
+ * @param outsourceName the value for t_order_task.outsource_name
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
- public void setRetrieveContent(String retrieveContent) {
|
|
|
- this.retrieveContent = retrieveContent;
|
|
|
+ public void setOutsourceName(String outsourceName) {
|
|
|
+ this.outsourceName = outsourceName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_task.outsource_price
|
|
|
+ * @return the value of t_order_task.outsource_price
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ public BigDecimal getOutsourcePrice() {
|
|
|
+ return outsourcePrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_task.outsource_price
|
|
|
+ * @param outsourcePrice the value for t_order_task.outsource_price
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
+ */
|
|
|
+ public void setOutsourcePrice(BigDecimal outsourcePrice) {
|
|
|
+ this.outsourcePrice = outsourcePrice;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public String getAttachmentUrl() {
|
|
|
return attachmentUrl;
|
|
|
@@ -736,7 +782,7 @@ 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 Thu Jun 06 14:08:45 CST 2019
|
|
|
+ * @mbg.generated Mon Aug 12 11:12:48 CST 2019
|
|
|
*/
|
|
|
public void setAttachmentUrl(String attachmentUrl) {
|
|
|
this.attachmentUrl = attachmentUrl;
|