|
|
@@ -4,300 +4,235 @@ import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class TOrderOutsource {
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.id
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private Integer id;
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.order_no
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private String orderNo;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.refund_status
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private Integer refundStatus;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private Date createTime;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.remarks
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private String remarks;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.attachment_url
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private String attachmentUrl;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.picture_url
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private String pictureUrl;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.amount
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private BigDecimal amount;
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column t_order_outsource.company_name
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- private String companyName;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_outsource.id
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.id
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public Integer getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.id
|
|
|
- *
|
|
|
- * @param id the value for t_order_outsource.id
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- 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_order_outsource.order_no
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.order_no
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public String getOrderNo() {
|
|
|
- return orderNo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.order_no
|
|
|
- *
|
|
|
- * @param orderNo the value for t_order_outsource.order_no
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- 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_order_outsource.refund_status
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.refund_status
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public Integer getRefundStatus() {
|
|
|
- return refundStatus;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.refund_status
|
|
|
- *
|
|
|
- * @param refundStatus the value for t_order_outsource.refund_status
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public void setRefundStatus(Integer refundStatus) {
|
|
|
- this.refundStatus = refundStatus;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_outsource.create_time
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.create_time
|
|
|
- *
|
|
|
- * @param createTime the value for t_order_outsource.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- 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_order_outsource.remarks
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.remarks
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public String getRemarks() {
|
|
|
- return remarks;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.remarks
|
|
|
- *
|
|
|
- * @param remarks the value for t_order_outsource.remarks
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public void setRemarks(String remarks) {
|
|
|
- this.remarks = remarks;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_outsource.attachment_url
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.attachment_url
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public String getAttachmentUrl() {
|
|
|
- return attachmentUrl;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.attachment_url
|
|
|
- *
|
|
|
- * @param attachmentUrl the value for t_order_outsource.attachment_url
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public void setAttachmentUrl(String attachmentUrl) {
|
|
|
- this.attachmentUrl = attachmentUrl;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_outsource.picture_url
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.picture_url
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public String getPictureUrl() {
|
|
|
- return pictureUrl;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.picture_url
|
|
|
- *
|
|
|
- * @param pictureUrl the value for t_order_outsource.picture_url
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public void setPictureUrl(String pictureUrl) {
|
|
|
- this.pictureUrl = pictureUrl;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_outsource.amount
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.amount
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public BigDecimal getAmount() {
|
|
|
- return amount;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.amount
|
|
|
- *
|
|
|
- * @param amount the value for t_order_outsource.amount
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public void setAmount(BigDecimal amount) {
|
|
|
- this.amount = amount;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column t_order_outsource.company_name
|
|
|
- *
|
|
|
- * @return the value of t_order_outsource.company_name
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public String getCompanyName() {
|
|
|
- return companyName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column t_order_outsource.company_name
|
|
|
- *
|
|
|
- * @param companyName the value for t_order_outsource.company_name
|
|
|
- *
|
|
|
- * @mbg.generated Tue Jul 30 09:27:41 CST 2019
|
|
|
- */
|
|
|
- public void setCompanyName(String companyName) {
|
|
|
- this.companyName = companyName;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.id
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private Integer id;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.order_no
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private String orderNo;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.refund_status
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private Integer refundStatus;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.create_time
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private Date createTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.remarks
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private String remarks;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.attachment_url
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private String attachmentUrl;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.picture_url
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private String pictureUrl;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.amount
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private BigDecimal amount;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.company_name
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private String companyName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column t_order_outsource.audit_time
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ private Date auditTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.id
|
|
|
+ * @return the value of t_order_outsource.id
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.id
|
|
|
+ * @param id the value for t_order_outsource.id
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ 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_order_outsource.order_no
|
|
|
+ * @return the value of t_order_outsource.order_no
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public String getOrderNo() {
|
|
|
+ return orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.order_no
|
|
|
+ * @param orderNo the value for t_order_outsource.order_no
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ 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_order_outsource.refund_status
|
|
|
+ * @return the value of t_order_outsource.refund_status
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getRefundStatus() {
|
|
|
+ return refundStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.refund_status
|
|
|
+ * @param refundStatus the value for t_order_outsource.refund_status
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setRefundStatus(Integer refundStatus) {
|
|
|
+ this.refundStatus = refundStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.create_time
|
|
|
+ * @return the value of t_order_outsource.create_time
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.create_time
|
|
|
+ * @param createTime the value for t_order_outsource.create_time
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ 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_order_outsource.remarks
|
|
|
+ * @return the value of t_order_outsource.remarks
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public String getRemarks() {
|
|
|
+ return remarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.remarks
|
|
|
+ * @param remarks the value for t_order_outsource.remarks
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setRemarks(String remarks) {
|
|
|
+ this.remarks = remarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.attachment_url
|
|
|
+ * @return the value of t_order_outsource.attachment_url
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public String getAttachmentUrl() {
|
|
|
+ return attachmentUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.attachment_url
|
|
|
+ * @param attachmentUrl the value for t_order_outsource.attachment_url
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setAttachmentUrl(String attachmentUrl) {
|
|
|
+ this.attachmentUrl = attachmentUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.picture_url
|
|
|
+ * @return the value of t_order_outsource.picture_url
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public String getPictureUrl() {
|
|
|
+ return pictureUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.picture_url
|
|
|
+ * @param pictureUrl the value for t_order_outsource.picture_url
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setPictureUrl(String pictureUrl) {
|
|
|
+ this.pictureUrl = pictureUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.amount
|
|
|
+ * @return the value of t_order_outsource.amount
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public BigDecimal getAmount() {
|
|
|
+ return amount;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.amount
|
|
|
+ * @param amount the value for t_order_outsource.amount
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setAmount(BigDecimal amount) {
|
|
|
+ this.amount = amount;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.company_name
|
|
|
+ * @return the value of t_order_outsource.company_name
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public String getCompanyName() {
|
|
|
+ return companyName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.company_name
|
|
|
+ * @param companyName the value for t_order_outsource.company_name
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setCompanyName(String companyName) {
|
|
|
+ this.companyName = companyName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column t_order_outsource.audit_time
|
|
|
+ * @return the value of t_order_outsource.audit_time
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public Date getAuditTime() {
|
|
|
+ return auditTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column t_order_outsource.audit_time
|
|
|
+ * @param auditTime the value for t_order_outsource.audit_time
|
|
|
+ * @mbg.generated Tue Jul 30 16:33:59 CST 2019
|
|
|
+ */
|
|
|
+ public void setAuditTime(Date auditTime) {
|
|
|
+ this.auditTime = auditTime;
|
|
|
+ }
|
|
|
}
|