|
|
@@ -3,333 +3,258 @@ package com.goafanti.common.model;
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class OutsourceOrganization {
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.id
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private Integer id;
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.name
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private String name;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.id
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private Integer id;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.name
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private String name;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.contacts
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private String contacts;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.contacts_mobile
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private String contactsMobile;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.province
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private Integer province;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.city
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private Integer city;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.area
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private Integer area;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.address
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private String address;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.remarks
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private String remarks;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.create_time
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private Date createTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.order_no
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ private String orderNo;
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.contacts
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private String contacts;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.id
|
|
|
+ * @return the value of outsource_organization.id
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.contacts_mobile
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private String contactsMobile;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.id
|
|
|
+ * @param id the value for outsource_organization.id
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.province
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private Integer province;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.name
|
|
|
+ * @return the value of outsource_organization.name
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.city
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private Integer city;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.name
|
|
|
+ * @param name the value for outsource_organization.name
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.area
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private Integer area;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.contacts
|
|
|
+ * @return the value of outsource_organization.contacts
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public String getContacts() {
|
|
|
+ return contacts;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.address
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private String address;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.contacts
|
|
|
+ * @param contacts the value for outsource_organization.contacts
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setContacts(String contacts) {
|
|
|
+ this.contacts = contacts;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.remarks
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private String remarks;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.contacts_mobile
|
|
|
+ * @return the value of outsource_organization.contacts_mobile
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public String getContactsMobile() {
|
|
|
+ return contactsMobile;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column outsource_organization.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- private Date createTime;
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.contacts_mobile
|
|
|
+ * @param contactsMobile the value for outsource_organization.contacts_mobile
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setContactsMobile(String contactsMobile) {
|
|
|
+ this.contactsMobile = contactsMobile;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.id
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.id
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public Integer getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.province
|
|
|
+ * @return the value of outsource_organization.province
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getProvince() {
|
|
|
+ return province;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.id
|
|
|
- *
|
|
|
- * @param id the value for outsource_organization.id
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setId(Integer id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.province
|
|
|
+ * @param province the value for outsource_organization.province
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setProvince(Integer province) {
|
|
|
+ this.province = province;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.name
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.name
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public String getName() {
|
|
|
- return name;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.city
|
|
|
+ * @return the value of outsource_organization.city
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getCity() {
|
|
|
+ return city;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.name
|
|
|
- *
|
|
|
- * @param name the value for outsource_organization.name
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setName(String name) {
|
|
|
- this.name = name;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.city
|
|
|
+ * @param city the value for outsource_organization.city
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setCity(Integer city) {
|
|
|
+ this.city = city;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.contacts
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.contacts
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public String getContacts() {
|
|
|
- return contacts;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.area
|
|
|
+ * @return the value of outsource_organization.area
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public Integer getArea() {
|
|
|
+ return area;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.contacts
|
|
|
- *
|
|
|
- * @param contacts the value for outsource_organization.contacts
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setContacts(String contacts) {
|
|
|
- this.contacts = contacts;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.area
|
|
|
+ * @param area the value for outsource_organization.area
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setArea(Integer area) {
|
|
|
+ this.area = area;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.contacts_mobile
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.contacts_mobile
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public String getContactsMobile() {
|
|
|
- return contactsMobile;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.address
|
|
|
+ * @return the value of outsource_organization.address
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public String getAddress() {
|
|
|
+ return address;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.contacts_mobile
|
|
|
- *
|
|
|
- * @param contactsMobile the value for outsource_organization.contacts_mobile
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setContactsMobile(String contactsMobile) {
|
|
|
- this.contactsMobile = contactsMobile;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.address
|
|
|
+ * @param address the value for outsource_organization.address
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setAddress(String address) {
|
|
|
+ this.address = address;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.province
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.province
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public Integer getProvince() {
|
|
|
- return province;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.remarks
|
|
|
+ * @return the value of outsource_organization.remarks
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public String getRemarks() {
|
|
|
+ return remarks;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.province
|
|
|
- *
|
|
|
- * @param province the value for outsource_organization.province
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setProvince(Integer province) {
|
|
|
- this.province = province;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.remarks
|
|
|
+ * @param remarks the value for outsource_organization.remarks
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 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 outsource_organization.city
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.city
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public Integer getCity() {
|
|
|
- return city;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.create_time
|
|
|
+ * @return the value of outsource_organization.create_time
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public Date getCreateTime() {
|
|
|
+ return createTime;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.city
|
|
|
- *
|
|
|
- * @param city the value for outsource_organization.city
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setCity(Integer city) {
|
|
|
- this.city = city;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.create_time
|
|
|
+ * @param createTime the value for outsource_organization.create_time
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 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 outsource_organization.area
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.area
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public Integer getArea() {
|
|
|
- return area;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column outsource_organization.order_no
|
|
|
+ * @return the value of outsource_organization.order_no
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public String getOrderNo() {
|
|
|
+ return orderNo;
|
|
|
+ }
|
|
|
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.area
|
|
|
- *
|
|
|
- * @param area the value for outsource_organization.area
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setArea(Integer area) {
|
|
|
- this.area = area;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.address
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.address
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public String getAddress() {
|
|
|
- return address;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.address
|
|
|
- *
|
|
|
- * @param address the value for outsource_organization.address
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setAddress(String address) {
|
|
|
- this.address = address;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column outsource_organization.remarks
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.remarks
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public String getRemarks() {
|
|
|
- return remarks;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.remarks
|
|
|
- *
|
|
|
- * @param remarks the value for outsource_organization.remarks
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 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 outsource_organization.create_time
|
|
|
- *
|
|
|
- * @return the value of outsource_organization.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column outsource_organization.create_time
|
|
|
- *
|
|
|
- * @param createTime the value for outsource_organization.create_time
|
|
|
- *
|
|
|
- * @mbg.generated Mon Jun 17 15:40:01 CST 2019
|
|
|
- */
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.order_no
|
|
|
+ * @param orderNo the value for outsource_organization.order_no
|
|
|
+ * @mbg.generated Tue Jun 18 08:19:20 CST 2019
|
|
|
+ */
|
|
|
+ public void setOrderNo(String orderNo) {
|
|
|
+ this.orderNo = orderNo;
|
|
|
+ }
|
|
|
}
|