|
|
@@ -7,54 +7,89 @@ public class UserChannel implements Serializable {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.id
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.uid
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.aid
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.status
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.distribution_time
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private Date distributionTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.create_time
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.remarks
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private String remarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.recovery
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private Integer recovery;
|
|
|
/**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.maid
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private String maid;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.sign_time
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private Date signTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.province
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private String province;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.city
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private String city;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.society_tag
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private String societyTag;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.contacts
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private String contacts;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.contact_mobile
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ private String contactMobile;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table user_channel
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.id
|
|
|
* @return the value of user_channel.id
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -63,7 +98,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.id
|
|
|
* @param id the value for user_channel.id
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -72,7 +107,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.uid
|
|
|
* @return the value of user_channel.uid
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -81,7 +116,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.uid
|
|
|
* @param uid the value for user_channel.uid
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid == null ? null : uid.trim();
|
|
|
@@ -90,7 +125,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.aid
|
|
|
* @return the value of user_channel.aid
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -99,7 +134,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.aid
|
|
|
* @param aid the value for user_channel.aid
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid == null ? null : aid.trim();
|
|
|
@@ -108,7 +143,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.status
|
|
|
* @return the value of user_channel.status
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -117,7 +152,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.status
|
|
|
* @param status the value for user_channel.status
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -126,7 +161,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.distribution_time
|
|
|
* @return the value of user_channel.distribution_time
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public Date getDistributionTime() {
|
|
|
return distributionTime;
|
|
|
@@ -135,7 +170,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.distribution_time
|
|
|
* @param distributionTime the value for user_channel.distribution_time
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setDistributionTime(Date distributionTime) {
|
|
|
this.distributionTime = distributionTime;
|
|
|
@@ -144,7 +179,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.create_time
|
|
|
* @return the value of user_channel.create_time
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -153,7 +188,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.create_time
|
|
|
* @param createTime the value for user_channel.create_time
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -162,7 +197,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.remarks
|
|
|
* @return the value of user_channel.remarks
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -171,7 +206,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.remarks
|
|
|
* @param remarks the value for user_channel.remarks
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks == null ? null : remarks.trim();
|
|
|
@@ -180,7 +215,7 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.recovery
|
|
|
* @return the value of user_channel.recovery
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public Integer getRecovery() {
|
|
|
return recovery;
|
|
|
@@ -189,15 +224,141 @@ public class UserChannel implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.recovery
|
|
|
* @param recovery the value for user_channel.recovery
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
public void setRecovery(Integer recovery) {
|
|
|
this.recovery = recovery;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.maid
|
|
|
+ * @return the value of user_channel.maid
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getMaid() {
|
|
|
+ return maid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.maid
|
|
|
+ * @param maid the value for user_channel.maid
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setMaid(String maid) {
|
|
|
+ this.maid = maid == null ? null : maid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.sign_time
|
|
|
+ * @return the value of user_channel.sign_time
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public Date getSignTime() {
|
|
|
+ return signTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.sign_time
|
|
|
+ * @param signTime the value for user_channel.sign_time
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setSignTime(Date signTime) {
|
|
|
+ this.signTime = signTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.province
|
|
|
+ * @return the value of user_channel.province
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getProvince() {
|
|
|
+ return province;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.province
|
|
|
+ * @param province the value for user_channel.province
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setProvince(String province) {
|
|
|
+ this.province = province == null ? null : province.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.city
|
|
|
+ * @return the value of user_channel.city
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getCity() {
|
|
|
+ return city;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.city
|
|
|
+ * @param city the value for user_channel.city
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setCity(String city) {
|
|
|
+ this.city = city == null ? null : city.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.society_tag
|
|
|
+ * @return the value of user_channel.society_tag
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getSocietyTag() {
|
|
|
+ return societyTag;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.society_tag
|
|
|
+ * @param societyTag the value for user_channel.society_tag
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setSocietyTag(String societyTag) {
|
|
|
+ this.societyTag = societyTag == null ? null : societyTag.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.contacts
|
|
|
+ * @return the value of user_channel.contacts
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getContacts() {
|
|
|
+ return contacts;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.contacts
|
|
|
+ * @param contacts the value for user_channel.contacts
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setContacts(String contacts) {
|
|
|
+ this.contacts = contacts == null ? null : contacts.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_channel.contact_mobile
|
|
|
+ * @return the value of user_channel.contact_mobile
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public String getContactMobile() {
|
|
|
+ return contactMobile;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_channel.contact_mobile
|
|
|
+ * @param contactMobile the value for user_channel.contact_mobile
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
+ */
|
|
|
+ public void setContactMobile(String contactMobile) {
|
|
|
+ this.contactMobile = contactMobile == null ? null : contactMobile.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table user_channel
|
|
|
- * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
+ * @mbg.generated Fri May 07 15:11:33 CST 2021
|
|
|
*/
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
@@ -213,6 +374,13 @@ public class UserChannel implements Serializable {
|
|
|
sb.append(", createTime=").append(createTime);
|
|
|
sb.append(", remarks=").append(remarks);
|
|
|
sb.append(", recovery=").append(recovery);
|
|
|
+ sb.append(", maid=").append(maid);
|
|
|
+ sb.append(", signTime=").append(signTime);
|
|
|
+ sb.append(", province=").append(province);
|
|
|
+ sb.append(", city=").append(city);
|
|
|
+ sb.append(", societyTag=").append(societyTag);
|
|
|
+ sb.append(", contacts=").append(contacts);
|
|
|
+ sb.append(", contactMobile=").append(contactMobile);
|
|
|
sb.append(", serialVersionUID=").append(serialVersionUID);
|
|
|
sb.append("]");
|
|
|
return sb.toString();
|