|
|
@@ -4,74 +4,69 @@ public class CustomerUserInfo {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.id
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.cid
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String cid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.name
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String name;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.sex
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String sex;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.mobile
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String mobile;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.email
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String email;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.qq
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String qq;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.wechat
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String wechat;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.depatrment
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String depatrment;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.customer_position
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String customerPosition;
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.remarks
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
- */
|
|
|
- private String remarks;
|
|
|
- /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.tel_num
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private String telNum;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column customer_user_info.primary_flg
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
private Integer primaryFlg;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.id
|
|
|
* @return the value of customer_user_info.id
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -80,7 +75,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.id
|
|
|
* @param id the value for customer_user_info.id
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -89,7 +84,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.cid
|
|
|
* @return the value of customer_user_info.cid
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getCid() {
|
|
|
return cid;
|
|
|
@@ -98,7 +93,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.cid
|
|
|
* @param cid the value for customer_user_info.cid
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setCid(String cid) {
|
|
|
this.cid = cid;
|
|
|
@@ -107,7 +102,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.name
|
|
|
* @return the value of customer_user_info.name
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getName() {
|
|
|
return name;
|
|
|
@@ -116,7 +111,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.name
|
|
|
* @param name the value for customer_user_info.name
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setName(String name) {
|
|
|
this.name = name;
|
|
|
@@ -125,7 +120,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.sex
|
|
|
* @return the value of customer_user_info.sex
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getSex() {
|
|
|
return sex;
|
|
|
@@ -134,7 +129,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.sex
|
|
|
* @param sex the value for customer_user_info.sex
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setSex(String sex) {
|
|
|
this.sex = sex;
|
|
|
@@ -143,7 +138,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.mobile
|
|
|
* @return the value of customer_user_info.mobile
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
|
@@ -152,7 +147,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.mobile
|
|
|
* @param mobile the value for customer_user_info.mobile
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
|
@@ -161,7 +156,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.email
|
|
|
* @return the value of customer_user_info.email
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getEmail() {
|
|
|
return email;
|
|
|
@@ -170,7 +165,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.email
|
|
|
* @param email the value for customer_user_info.email
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
|
this.email = email;
|
|
|
@@ -179,7 +174,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.qq
|
|
|
* @return the value of customer_user_info.qq
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getQq() {
|
|
|
return qq;
|
|
|
@@ -188,7 +183,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.qq
|
|
|
* @param qq the value for customer_user_info.qq
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setQq(String qq) {
|
|
|
this.qq = qq;
|
|
|
@@ -197,7 +192,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.wechat
|
|
|
* @return the value of customer_user_info.wechat
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getWechat() {
|
|
|
return wechat;
|
|
|
@@ -206,7 +201,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.wechat
|
|
|
* @param wechat the value for customer_user_info.wechat
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setWechat(String wechat) {
|
|
|
this.wechat = wechat;
|
|
|
@@ -215,7 +210,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.depatrment
|
|
|
* @return the value of customer_user_info.depatrment
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getDepatrment() {
|
|
|
return depatrment;
|
|
|
@@ -224,7 +219,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.depatrment
|
|
|
* @param depatrment the value for customer_user_info.depatrment
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setDepatrment(String depatrment) {
|
|
|
this.depatrment = depatrment;
|
|
|
@@ -233,7 +228,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.customer_position
|
|
|
* @return the value of customer_user_info.customer_position
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getCustomerPosition() {
|
|
|
return customerPosition;
|
|
|
@@ -242,34 +237,16 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.customer_position
|
|
|
* @param customerPosition the value for customer_user_info.customer_position
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setCustomerPosition(String customerPosition) {
|
|
|
this.customerPosition = customerPosition;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.remarks
|
|
|
- * @return the value of customer_user_info.remarks
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
- */
|
|
|
- public String getRemarks() {
|
|
|
- return remarks;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.remarks
|
|
|
- * @param remarks the value for customer_user_info.remarks
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
- */
|
|
|
- public void setRemarks(String remarks) {
|
|
|
- this.remarks = remarks;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.tel_num
|
|
|
* @return the value of customer_user_info.tel_num
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public String getTelNum() {
|
|
|
return telNum;
|
|
|
@@ -278,7 +255,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.tel_num
|
|
|
* @param telNum the value for customer_user_info.tel_num
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setTelNum(String telNum) {
|
|
|
this.telNum = telNum;
|
|
|
@@ -287,7 +264,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column customer_user_info.primary_flg
|
|
|
* @return the value of customer_user_info.primary_flg
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public Integer getPrimaryFlg() {
|
|
|
return primaryFlg;
|
|
|
@@ -296,7 +273,7 @@ public class CustomerUserInfo {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column customer_user_info.primary_flg
|
|
|
* @param primaryFlg the value for customer_user_info.primary_flg
|
|
|
- * @mbg.generated Sat Oct 14 17:29:26 CST 2017
|
|
|
+ * @mbg.generated Wed Oct 25 09:39:54 CST 2017
|
|
|
*/
|
|
|
public void setPrimaryFlg(Integer primaryFlg) {
|
|
|
this.primaryFlg = primaryFlg;
|