package com.goafanti.common.model; import java.util.Date; public class TOrderBack { /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.id * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private Integer id; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.order_no * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private String orderNo; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.back_status * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private Integer backStatus; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.create_time * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private Date createTime; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.initiate * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private String initiate; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.accept * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private String accept; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.reason * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private String reason; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.result * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private String result; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column t_order_back.reason_attachment_url * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ private String reasonAttachmentUrl; /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.id * * @return the value of t_order_back.id * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public Integer getId() { return id; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.id * * @param id the value for t_order_back.id * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ 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_back.order_no * * @return the value of t_order_back.order_no * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public String getOrderNo() { return orderNo; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.order_no * * @param orderNo the value for t_order_back.order_no * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ 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_back.back_status * * @return the value of t_order_back.back_status * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public Integer getBackStatus() { return backStatus; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.back_status * * @param backStatus the value for t_order_back.back_status * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public void setBackStatus(Integer backStatus) { this.backStatus = backStatus; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.create_time * * @return the value of t_order_back.create_time * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public Date getCreateTime() { return createTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.create_time * * @param createTime the value for t_order_back.create_time * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public void setCreateTime(Date createTime) { this.createTime = createTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.initiate * * @return the value of t_order_back.initiate * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public String getInitiate() { return initiate; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.initiate * * @param initiate the value for t_order_back.initiate * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public void setInitiate(String initiate) { this.initiate = initiate; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.accept * * @return the value of t_order_back.accept * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public String getAccept() { return accept; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.accept * * @param accept the value for t_order_back.accept * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public void setAccept(String accept) { this.accept = accept; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.reason * * @return the value of t_order_back.reason * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public String getReason() { return reason; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.reason * * @param reason the value for t_order_back.reason * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public void setReason(String reason) { this.reason = reason; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.result * * @return the value of t_order_back.result * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public String getResult() { return result; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.result * * @param result the value for t_order_back.result * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public void setResult(String result) { this.result = result; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column t_order_back.reason_attachment_url * * @return the value of t_order_back.reason_attachment_url * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 */ public String getReasonAttachmentUrl() { return reasonAttachmentUrl; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column t_order_back.reason_attachment_url * * @param reasonAttachmentUrl the value for t_order_back.reason_attachment_url * * @mbggenerated Tue Nov 20 11:06:11 CST 2018 >>>>>>> refs/remotes/origin/test */ public void setReasonAttachmentUrl(String reasonAttachmentUrl) { this.reasonAttachmentUrl = reasonAttachmentUrl; } }