|
|
@@ -7,54 +7,54 @@ public class UserChannel implements Serializable {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.id
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.uid
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.aid
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.status
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.remarks
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
private String remarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.recovery
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
private Integer recovery;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table user_channel
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -63,7 +63,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -72,7 +72,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -81,7 +81,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid == null ? null : uid.trim();
|
|
|
@@ -90,7 +90,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -99,7 +99,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid == null ? null : aid.trim();
|
|
|
@@ -108,7 +108,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -117,7 +117,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -126,7 +126,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public Date getDistributionTime() {
|
|
|
return distributionTime;
|
|
|
@@ -135,7 +135,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setDistributionTime(Date distributionTime) {
|
|
|
this.distributionTime = distributionTime;
|
|
|
@@ -144,7 +144,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -153,7 +153,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -162,7 +162,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -171,7 +171,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks == null ? null : remarks.trim();
|
|
|
@@ -180,7 +180,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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public Integer getRecovery() {
|
|
|
return recovery;
|
|
|
@@ -189,7 +189,7 @@ 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 Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
public void setRecovery(Integer recovery) {
|
|
|
this.recovery = recovery;
|
|
|
@@ -197,7 +197,7 @@ public class UserChannel implements Serializable {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table user_channel
|
|
|
- * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
+ * @mbg.generated Wed Apr 28 13:55:31 CST 2021
|
|
|
*/
|
|
|
@Override
|
|
|
public String toString() {
|