|
|
@@ -4,74 +4,74 @@ public class OrganizationContactBook {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.id
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.uid
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.name
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String name;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.sex
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String sex;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.mobile
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String mobile;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.email
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String email;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.qq
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String qq;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.wechat
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String wechat;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.depatrment
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String depatrment;
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.customer_position
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.position
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
- private String customerPosition;
|
|
|
+ private String position;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.tel_num
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String telNum;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.major
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private Integer major;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.aid
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
private String aid;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.id
|
|
|
* @return the value of organization_contact_book.id
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -80,7 +80,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.id
|
|
|
* @param id the value for organization_contact_book.id
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -89,7 +89,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.uid
|
|
|
* @return the value of organization_contact_book.uid
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -98,7 +98,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.uid
|
|
|
* @param uid the value for organization_contact_book.uid
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid;
|
|
|
@@ -107,7 +107,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.name
|
|
|
* @return the value of organization_contact_book.name
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getName() {
|
|
|
return name;
|
|
|
@@ -116,7 +116,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.name
|
|
|
* @param name the value for organization_contact_book.name
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setName(String name) {
|
|
|
this.name = name;
|
|
|
@@ -125,7 +125,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.sex
|
|
|
* @return the value of organization_contact_book.sex
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getSex() {
|
|
|
return sex;
|
|
|
@@ -134,7 +134,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.sex
|
|
|
* @param sex the value for organization_contact_book.sex
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setSex(String sex) {
|
|
|
this.sex = sex;
|
|
|
@@ -143,7 +143,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.mobile
|
|
|
* @return the value of organization_contact_book.mobile
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
|
@@ -152,7 +152,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.mobile
|
|
|
* @param mobile the value for organization_contact_book.mobile
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
|
@@ -161,7 +161,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.email
|
|
|
* @return the value of organization_contact_book.email
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getEmail() {
|
|
|
return email;
|
|
|
@@ -170,7 +170,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.email
|
|
|
* @param email the value for organization_contact_book.email
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
|
this.email = email;
|
|
|
@@ -179,7 +179,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.qq
|
|
|
* @return the value of organization_contact_book.qq
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getQq() {
|
|
|
return qq;
|
|
|
@@ -188,7 +188,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.qq
|
|
|
* @param qq the value for organization_contact_book.qq
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setQq(String qq) {
|
|
|
this.qq = qq;
|
|
|
@@ -197,7 +197,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.wechat
|
|
|
* @return the value of organization_contact_book.wechat
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getWechat() {
|
|
|
return wechat;
|
|
|
@@ -206,7 +206,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.wechat
|
|
|
* @param wechat the value for organization_contact_book.wechat
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setWechat(String wechat) {
|
|
|
this.wechat = wechat;
|
|
|
@@ -215,7 +215,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.depatrment
|
|
|
* @return the value of organization_contact_book.depatrment
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getDepatrment() {
|
|
|
return depatrment;
|
|
|
@@ -224,34 +224,34 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.depatrment
|
|
|
* @param depatrment the value for organization_contact_book.depatrment
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setDepatrment(String depatrment) {
|
|
|
this.depatrment = depatrment;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.customer_position
|
|
|
- * @return the value of organization_contact_book.customer_position
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.position
|
|
|
+ * @return the value of organization_contact_book.position
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
- public String getCustomerPosition() {
|
|
|
- return customerPosition;
|
|
|
+ public String getPosition() {
|
|
|
+ return position;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.customer_position
|
|
|
- * @param customerPosition the value for organization_contact_book.customer_position
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.position
|
|
|
+ * @param position the value for organization_contact_book.position
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
- public void setCustomerPosition(String customerPosition) {
|
|
|
- this.customerPosition = customerPosition;
|
|
|
+ public void setPosition(String position) {
|
|
|
+ this.position = position;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.tel_num
|
|
|
* @return the value of organization_contact_book.tel_num
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getTelNum() {
|
|
|
return telNum;
|
|
|
@@ -260,7 +260,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.tel_num
|
|
|
* @param telNum the value for organization_contact_book.tel_num
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setTelNum(String telNum) {
|
|
|
this.telNum = telNum;
|
|
|
@@ -269,7 +269,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.major
|
|
|
* @return the value of organization_contact_book.major
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public Integer getMajor() {
|
|
|
return major;
|
|
|
@@ -278,7 +278,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.major
|
|
|
* @param major the value for organization_contact_book.major
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setMajor(Integer major) {
|
|
|
this.major = major;
|
|
|
@@ -287,7 +287,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.aid
|
|
|
* @return the value of organization_contact_book.aid
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -296,14 +296,13 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.aid
|
|
|
* @param aid the value for organization_contact_book.aid
|
|
|
- * @mbg.generated Wed Nov 15 16:01:22 CST 2017
|
|
|
+ * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
}
|
|
|
-
|
|
|
|
|
|
- @Override
|
|
|
+ @Override
|
|
|
public boolean equals(Object arg0) {
|
|
|
OrganizationContactBook p = (OrganizationContactBook) arg0;
|
|
|
return name.equals(p.name) && name.equals(p.name);
|