|
|
@@ -6,64 +6,69 @@ public class OutsourceOrganization {
|
|
|
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
private String orderNo;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column outsource_organization.tid
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
+ */
|
|
|
+ private String tid;
|
|
|
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -72,7 +77,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -81,7 +86,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public String getName() {
|
|
|
return name;
|
|
|
@@ -90,7 +95,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setName(String name) {
|
|
|
this.name = name;
|
|
|
@@ -99,7 +104,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public String getContacts() {
|
|
|
return contacts;
|
|
|
@@ -108,7 +113,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setContacts(String contacts) {
|
|
|
this.contacts = contacts;
|
|
|
@@ -117,7 +122,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public String getContactsMobile() {
|
|
|
return contactsMobile;
|
|
|
@@ -126,7 +131,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setContactsMobile(String contactsMobile) {
|
|
|
this.contactsMobile = contactsMobile;
|
|
|
@@ -135,7 +140,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public Integer getProvince() {
|
|
|
return province;
|
|
|
@@ -144,7 +149,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setProvince(Integer province) {
|
|
|
this.province = province;
|
|
|
@@ -153,7 +158,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public Integer getCity() {
|
|
|
return city;
|
|
|
@@ -162,7 +167,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setCity(Integer city) {
|
|
|
this.city = city;
|
|
|
@@ -171,7 +176,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public Integer getArea() {
|
|
|
return area;
|
|
|
@@ -180,7 +185,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setArea(Integer area) {
|
|
|
this.area = area;
|
|
|
@@ -189,7 +194,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public String getAddress() {
|
|
|
return address;
|
|
|
@@ -198,7 +203,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setAddress(String address) {
|
|
|
this.address = address;
|
|
|
@@ -207,7 +212,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -216,7 +221,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks;
|
|
|
@@ -225,7 +230,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -234,7 +239,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -243,7 +248,7 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
*/
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
@@ -252,9 +257,27 @@ public class OutsourceOrganization {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 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 outsource_organization.tid
|
|
|
+ * @return the value of outsource_organization.tid
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
+ */
|
|
|
+ public String getTid() {
|
|
|
+ return tid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column outsource_organization.tid
|
|
|
+ * @param tid the value for outsource_organization.tid
|
|
|
+ * @mbg.generated Fri Jun 21 10:02:00 CST 2019
|
|
|
+ */
|
|
|
+ public void setTid(String tid) {
|
|
|
+ this.tid = tid;
|
|
|
+ }
|
|
|
}
|