|
|
@@ -4,74 +4,84 @@ public class OrganizationContactBook {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.id
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.uid
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.name
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String name;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.sex
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String sex;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.mobile
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String mobile;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.email
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String email;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.qq
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String qq;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.wechat
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String wechat;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.department
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String department;
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String position;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.tel_num
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String telNum;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.major
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private Integer major;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.aid
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
private String aid;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.fixed_tel
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
+ */
|
|
|
+ private String fixedTel;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.aname
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
+ */
|
|
|
+ private String aname;
|
|
|
|
|
|
/**
|
|
|
* 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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -80,7 +90,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -89,7 +99,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -98,7 +108,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid;
|
|
|
@@ -107,7 +117,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getName() {
|
|
|
return name;
|
|
|
@@ -116,7 +126,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setName(String name) {
|
|
|
this.name = name;
|
|
|
@@ -125,7 +135,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getSex() {
|
|
|
return sex;
|
|
|
@@ -134,7 +144,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setSex(String sex) {
|
|
|
this.sex = sex;
|
|
|
@@ -143,7 +153,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
|
@@ -152,7 +162,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
|
@@ -161,7 +171,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getEmail() {
|
|
|
return email;
|
|
|
@@ -170,7 +180,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
|
this.email = email;
|
|
|
@@ -179,7 +189,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getQq() {
|
|
|
return qq;
|
|
|
@@ -188,7 +198,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setQq(String qq) {
|
|
|
this.qq = qq;
|
|
|
@@ -197,7 +207,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getWechat() {
|
|
|
return wechat;
|
|
|
@@ -206,7 +216,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setWechat(String wechat) {
|
|
|
this.wechat = wechat;
|
|
|
@@ -215,7 +225,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.department
|
|
|
* @return the value of organization_contact_book.department
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getDepartment() {
|
|
|
return department;
|
|
|
@@ -224,7 +234,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.department
|
|
|
* @param department the value for organization_contact_book.department
|
|
|
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setDepartment(String department) {
|
|
|
this.department = department;
|
|
|
@@ -233,7 +243,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getPosition() {
|
|
|
return position;
|
|
|
@@ -242,7 +252,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* 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
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setPosition(String position) {
|
|
|
this.position = position;
|
|
|
@@ -251,7 +261,7 @@ public class OrganizationContactBook {
|
|
|
/**
|
|
|
* 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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getTelNum() {
|
|
|
return telNum;
|
|
|
@@ -260,7 +270,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setTelNum(String telNum) {
|
|
|
this.telNum = telNum;
|
|
|
@@ -269,7 +279,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public Integer getMajor() {
|
|
|
return major;
|
|
|
@@ -278,7 +288,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setMajor(Integer major) {
|
|
|
this.major = major;
|
|
|
@@ -287,7 +297,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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -296,12 +306,53 @@ 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 Sun Nov 19 20:34:03 CST 2017
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.fixed_tel
|
|
|
+ * @return the value of organization_contact_book.fixed_tel
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
+ */
|
|
|
+ public String getFixedTel() {
|
|
|
+ return fixedTel;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.fixed_tel
|
|
|
+ * @param fixedTel the value for organization_contact_book.fixed_tel
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
+ */
|
|
|
+ public void setFixedTel(String fixedTel) {
|
|
|
+ this.fixedTel = fixedTel;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.aname
|
|
|
+ * @return the value of organization_contact_book.aname
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
+ */
|
|
|
+ public String getAname() {
|
|
|
+ return aname;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.aname
|
|
|
+ * @param aname the value for organization_contact_book.aname
|
|
|
+ * @mbg.generated Fri Jun 05 08:58:43 CST 2020
|
|
|
+ */
|
|
|
+ public void setAname(String aname) {
|
|
|
+ this.aname = aname;
|
|
|
+ }
|
|
|
+
|
|
|
+ private String provinceName;
|
|
|
+ private String cityName;
|
|
|
+ private String areaName;
|
|
|
+ private String createTimes;
|
|
|
+
|
|
|
@Override
|
|
|
public boolean equals(Object arg0) {
|
|
|
OrganizationContactBook p = (OrganizationContactBook) arg0;
|
|
|
@@ -312,5 +363,37 @@ public class OrganizationContactBook {
|
|
|
public int hashCode() {
|
|
|
String str = name + mobile;
|
|
|
return str.hashCode();
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getProvinceName() {
|
|
|
+ return provinceName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setProvinceName(String provinceName) {
|
|
|
+ this.provinceName = provinceName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCityName() {
|
|
|
+ return cityName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCityName(String cityName) {
|
|
|
+ this.cityName = cityName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAreaName() {
|
|
|
+ return areaName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAreaName(String areaName) {
|
|
|
+ this.areaName = areaName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCreateTimes() {
|
|
|
+ return createTimes;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCreateTimes(String createTimes) {
|
|
|
+ this.createTimes = createTimes;
|
|
|
+ }
|
|
|
}
|