|
|
@@ -1,353 +1,399 @@
|
|
|
-package com.goafanti.common.model;
|
|
|
-
|
|
|
-import java.math.BigDecimal;
|
|
|
-import java.util.Date;
|
|
|
-
|
|
|
-public class TChangeTask {
|
|
|
-
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.id
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer id;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.tid
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer tid;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.cid
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer cid;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.order_no
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private String orderNo;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.main
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer main;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_id
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private String commodityId;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_name
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private String commodityName;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_quantity
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer commodityQuantity;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_price
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private BigDecimal commodityPrice;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.task_comment
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private String taskComment;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.type
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer type;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.create_time
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Date createTime;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.split_status
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer splitStatus;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.split_super
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private Integer splitSuper;
|
|
|
- /**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.receiver_name
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- private String receiverName;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.id
|
|
|
- * @return the value of t_change_task.id
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.id
|
|
|
- * @param id the value for t_change_task.id
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setId(Integer id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.tid
|
|
|
- * @return the value of t_change_task.tid
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getTid() {
|
|
|
- return tid;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.tid
|
|
|
- * @param tid the value for t_change_task.tid
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setTid(Integer tid) {
|
|
|
- this.tid = tid;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.cid
|
|
|
- * @return the value of t_change_task.cid
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getCid() {
|
|
|
- return cid;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.cid
|
|
|
- * @param cid the value for t_change_task.cid
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setCid(Integer cid) {
|
|
|
- this.cid = cid;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.order_no
|
|
|
- * @return the value of t_change_task.order_no
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public String getOrderNo() {
|
|
|
- return orderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.order_no
|
|
|
- * @param orderNo the value for t_change_task.order_no
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setOrderNo(String orderNo) {
|
|
|
- this.orderNo = orderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.main
|
|
|
- * @return the value of t_change_task.main
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getMain() {
|
|
|
- return main;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.main
|
|
|
- * @param main the value for t_change_task.main
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setMain(Integer main) {
|
|
|
- this.main = main;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_id
|
|
|
- * @return the value of t_change_task.commodity_id
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public String getCommodityId() {
|
|
|
- return commodityId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_id
|
|
|
- * @param commodityId the value for t_change_task.commodity_id
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setCommodityId(String commodityId) {
|
|
|
- this.commodityId = commodityId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_name
|
|
|
- * @return the value of t_change_task.commodity_name
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public String getCommodityName() {
|
|
|
- return commodityName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_name
|
|
|
- * @param commodityName the value for t_change_task.commodity_name
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setCommodityName(String commodityName) {
|
|
|
- this.commodityName = commodityName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_quantity
|
|
|
- * @return the value of t_change_task.commodity_quantity
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getCommodityQuantity() {
|
|
|
- return commodityQuantity;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_quantity
|
|
|
- * @param commodityQuantity the value for t_change_task.commodity_quantity
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
- this.commodityQuantity = commodityQuantity;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_price
|
|
|
- * @return the value of t_change_task.commodity_price
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public BigDecimal getCommodityPrice() {
|
|
|
- return commodityPrice;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_price
|
|
|
- * @param commodityPrice the value for t_change_task.commodity_price
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setCommodityPrice(BigDecimal commodityPrice) {
|
|
|
- this.commodityPrice = commodityPrice;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.task_comment
|
|
|
- * @return the value of t_change_task.task_comment
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public String getTaskComment() {
|
|
|
- return taskComment;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.task_comment
|
|
|
- * @param taskComment the value for t_change_task.task_comment
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setTaskComment(String taskComment) {
|
|
|
- this.taskComment = taskComment;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.type
|
|
|
- * @return the value of t_change_task.type
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getType() {
|
|
|
- return type;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.type
|
|
|
- * @param type the value for t_change_task.type
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setType(Integer type) {
|
|
|
- this.type = type;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.create_time
|
|
|
- * @return the value of t_change_task.create_time
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.create_time
|
|
|
- * @param createTime the value for t_change_task.create_time
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.split_status
|
|
|
- * @return the value of t_change_task.split_status
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getSplitStatus() {
|
|
|
- return splitStatus;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.split_status
|
|
|
- * @param splitStatus the value for t_change_task.split_status
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setSplitStatus(Integer splitStatus) {
|
|
|
- this.splitStatus = splitStatus;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.split_super
|
|
|
- * @return the value of t_change_task.split_super
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public Integer getSplitSuper() {
|
|
|
- return splitSuper;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.split_super
|
|
|
- * @param splitSuper the value for t_change_task.split_super
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setSplitSuper(Integer splitSuper) {
|
|
|
- this.splitSuper = splitSuper;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.receiver_name
|
|
|
- * @return the value of t_change_task.receiver_name
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public String getReceiverName() {
|
|
|
- return receiverName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.receiver_name
|
|
|
- * @param receiverName the value for t_change_task.receiver_name
|
|
|
- * @mbg.generated Mon Mar 30 15:38:22 CST 2020
|
|
|
- */
|
|
|
- public void setReceiverName(String receiverName) {
|
|
|
- this.receiverName = receiverName;
|
|
|
- }
|
|
|
+package com.goafanti.common.model;
|
|
|
+
|
|
|
+import java.math.BigDecimal;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+public class TChangeTask {
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.id
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer id;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.tid
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer tid;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.cid
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer cid;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.order_no
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private String orderNo;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.main
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer main;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_id
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private String commodityId;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_name
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private String commodityName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_quantity
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer commodityQuantity;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.commodity_price
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private BigDecimal commodityPrice;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.task_comment
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private String taskComment;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.type
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer type;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.create_time
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Date createTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.split_status
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer splitStatus;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.split_super
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer splitSuper;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.receiver_name
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private String receiverName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.official_cost
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer officialCost;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_task.cost_reduction
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ private Integer costReduction;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.id
|
|
|
+ * @return the value of t_change_task.id
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.id
|
|
|
+ * @param id the value for t_change_task.id
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.tid
|
|
|
+ * @return the value of t_change_task.tid
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getTid() {
|
|
|
+ return tid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.tid
|
|
|
+ * @param tid the value for t_change_task.tid
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setTid(Integer tid) {
|
|
|
+ this.tid = tid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.cid
|
|
|
+ * @return the value of t_change_task.cid
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getCid() {
|
|
|
+ return cid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.cid
|
|
|
+ * @param cid the value for t_change_task.cid
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCid(Integer cid) {
|
|
|
+ this.cid = cid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.order_no
|
|
|
+ * @return the value of t_change_task.order_no
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public String getOrderNo() {
|
|
|
+ return orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.order_no
|
|
|
+ * @param orderNo the value for t_change_task.order_no
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setOrderNo(String orderNo) {
|
|
|
+ this.orderNo = orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.main
|
|
|
+ * @return the value of t_change_task.main
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getMain() {
|
|
|
+ return main;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.main
|
|
|
+ * @param main the value for t_change_task.main
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setMain(Integer main) {
|
|
|
+ this.main = main;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_id
|
|
|
+ * @return the value of t_change_task.commodity_id
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public String getCommodityId() {
|
|
|
+ return commodityId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_id
|
|
|
+ * @param commodityId the value for t_change_task.commodity_id
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCommodityId(String commodityId) {
|
|
|
+ this.commodityId = commodityId;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_name
|
|
|
+ * @return the value of t_change_task.commodity_name
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public String getCommodityName() {
|
|
|
+ return commodityName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_name
|
|
|
+ * @param commodityName the value for t_change_task.commodity_name
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCommodityName(String commodityName) {
|
|
|
+ this.commodityName = commodityName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_quantity
|
|
|
+ * @return the value of t_change_task.commodity_quantity
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getCommodityQuantity() {
|
|
|
+ return commodityQuantity;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_quantity
|
|
|
+ * @param commodityQuantity the value for t_change_task.commodity_quantity
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCommodityQuantity(Integer commodityQuantity) {
|
|
|
+ this.commodityQuantity = commodityQuantity;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.commodity_price
|
|
|
+ * @return the value of t_change_task.commodity_price
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public BigDecimal getCommodityPrice() {
|
|
|
+ return commodityPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.commodity_price
|
|
|
+ * @param commodityPrice the value for t_change_task.commodity_price
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCommodityPrice(BigDecimal commodityPrice) {
|
|
|
+ this.commodityPrice = commodityPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.task_comment
|
|
|
+ * @return the value of t_change_task.task_comment
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public String getTaskComment() {
|
|
|
+ return taskComment;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.task_comment
|
|
|
+ * @param taskComment the value for t_change_task.task_comment
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setTaskComment(String taskComment) {
|
|
|
+ this.taskComment = taskComment;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.type
|
|
|
+ * @return the value of t_change_task.type
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getType() {
|
|
|
+ return type;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.type
|
|
|
+ * @param type the value for t_change_task.type
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setType(Integer type) {
|
|
|
+ this.type = type;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.create_time
|
|
|
+ * @return the value of t_change_task.create_time
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.create_time
|
|
|
+ * @param createTime the value for t_change_task.create_time
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
+ this.createTime = createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.split_status
|
|
|
+ * @return the value of t_change_task.split_status
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getSplitStatus() {
|
|
|
+ return splitStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.split_status
|
|
|
+ * @param splitStatus the value for t_change_task.split_status
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setSplitStatus(Integer splitStatus) {
|
|
|
+ this.splitStatus = splitStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.split_super
|
|
|
+ * @return the value of t_change_task.split_super
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getSplitSuper() {
|
|
|
+ return splitSuper;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.split_super
|
|
|
+ * @param splitSuper the value for t_change_task.split_super
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setSplitSuper(Integer splitSuper) {
|
|
|
+ this.splitSuper = splitSuper;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.receiver_name
|
|
|
+ * @return the value of t_change_task.receiver_name
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public String getReceiverName() {
|
|
|
+ return receiverName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.receiver_name
|
|
|
+ * @param receiverName the value for t_change_task.receiver_name
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setReceiverName(String receiverName) {
|
|
|
+ this.receiverName = receiverName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.official_cost
|
|
|
+ * @return the value of t_change_task.official_cost
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getOfficialCost() {
|
|
|
+ return officialCost;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.official_cost
|
|
|
+ * @param officialCost the value for t_change_task.official_cost
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setOfficialCost(Integer officialCost) {
|
|
|
+ this.officialCost = officialCost;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_task.cost_reduction
|
|
|
+ * @return the value of t_change_task.cost_reduction
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getCostReduction() {
|
|
|
+ return costReduction;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_task.cost_reduction
|
|
|
+ * @param costReduction the value for t_change_task.cost_reduction
|
|
|
+ * @mbg.generated Fri Oct 16 15:53:59 CST 2020
|
|
|
+ */
|
|
|
+ public void setCostReduction(Integer costReduction) {
|
|
|
+ this.costReduction = costReduction;
|
|
|
+ }
|
|
|
}
|