|
|
@@ -7,49 +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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.uid
|
|
|
- * @mbg.generated Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.aid
|
|
|
- * @mbg.generated Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.status
|
|
|
- * @mbg.generated Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_channel.remarks
|
|
|
- * @mbg.generated Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 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
|
|
|
+ */
|
|
|
+ private Integer recovery;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table user_channel
|
|
|
- * @mbg.generated Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -58,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -67,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -76,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid == null ? null : uid.trim();
|
|
|
@@ -85,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -94,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid == null ? null : aid.trim();
|
|
|
@@ -103,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -112,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -121,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public Date getDistributionTime() {
|
|
|
return distributionTime;
|
|
|
@@ -130,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setDistributionTime(Date distributionTime) {
|
|
|
this.distributionTime = distributionTime;
|
|
|
@@ -139,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -148,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -157,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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -166,15 +171,33 @@ 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 Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks == null ? null : remarks.trim();
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public Integer getRecovery() {
|
|
|
+ return recovery;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 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
|
|
|
+ */
|
|
|
+ public void setRecovery(Integer recovery) {
|
|
|
+ this.recovery = recovery;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table user_channel
|
|
|
- * @mbg.generated Sun Apr 25 09:04:26 CST 2021
|
|
|
+ * @mbg.generated Mon Apr 26 08:48:10 CST 2021
|
|
|
*/
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
@@ -189,6 +212,7 @@ public class UserChannel implements Serializable {
|
|
|
sb.append(", distributionTime=").append(distributionTime);
|
|
|
sb.append(", createTime=").append(createTime);
|
|
|
sb.append(", remarks=").append(remarks);
|
|
|
+ sb.append(", recovery=").append(recovery);
|
|
|
sb.append(", serialVersionUID=").append(serialVersionUID);
|
|
|
sb.append("]");
|
|
|
return sb.toString();
|