|
|
@@ -7,74 +7,84 @@ public class UserService implements Serializable {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.id
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.uid
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.aid
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.add_wechat
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private Integer addWechat;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.wechat
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private String wechat;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.renewal
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private Integer renewal;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.renewal_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private Date renewalTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.sign_project
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private String signProject;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.sign_project_id
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private String signProjectId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.new_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private Date newTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.remarks
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private String remarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user_service.create_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_service.tech_satisfaction
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
+ */
|
|
|
+ private Integer techSatisfaction;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user_service.business_satisfaction
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
+ */
|
|
|
+ private Integer businessSatisfaction;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table user_service
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 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_service.id
|
|
|
* @return the value of user_service.id
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -83,7 +93,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.id
|
|
|
* @param id the value for user_service.id
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -92,7 +102,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.uid
|
|
|
* @return the value of user_service.uid
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -101,7 +111,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.uid
|
|
|
* @param uid the value for user_service.uid
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid == null ? null : uid.trim();
|
|
|
@@ -110,7 +120,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.aid
|
|
|
* @return the value of user_service.aid
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -119,7 +129,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.aid
|
|
|
* @param aid the value for user_service.aid
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid == null ? null : aid.trim();
|
|
|
@@ -128,7 +138,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.add_wechat
|
|
|
* @return the value of user_service.add_wechat
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public Integer getAddWechat() {
|
|
|
return addWechat;
|
|
|
@@ -137,7 +147,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.add_wechat
|
|
|
* @param addWechat the value for user_service.add_wechat
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setAddWechat(Integer addWechat) {
|
|
|
this.addWechat = addWechat;
|
|
|
@@ -146,7 +156,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.wechat
|
|
|
* @return the value of user_service.wechat
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public String getWechat() {
|
|
|
return wechat;
|
|
|
@@ -155,7 +165,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.wechat
|
|
|
* @param wechat the value for user_service.wechat
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setWechat(String wechat) {
|
|
|
this.wechat = wechat == null ? null : wechat.trim();
|
|
|
@@ -164,7 +174,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.renewal
|
|
|
* @return the value of user_service.renewal
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public Integer getRenewal() {
|
|
|
return renewal;
|
|
|
@@ -173,7 +183,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.renewal
|
|
|
* @param renewal the value for user_service.renewal
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setRenewal(Integer renewal) {
|
|
|
this.renewal = renewal;
|
|
|
@@ -182,7 +192,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.renewal_time
|
|
|
* @return the value of user_service.renewal_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public Date getRenewalTime() {
|
|
|
return renewalTime;
|
|
|
@@ -191,7 +201,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.renewal_time
|
|
|
* @param renewalTime the value for user_service.renewal_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setRenewalTime(Date renewalTime) {
|
|
|
this.renewalTime = renewalTime;
|
|
|
@@ -200,7 +210,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.sign_project
|
|
|
* @return the value of user_service.sign_project
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public String getSignProject() {
|
|
|
return signProject;
|
|
|
@@ -209,7 +219,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.sign_project
|
|
|
* @param signProject the value for user_service.sign_project
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setSignProject(String signProject) {
|
|
|
this.signProject = signProject == null ? null : signProject.trim();
|
|
|
@@ -218,7 +228,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.sign_project_id
|
|
|
* @return the value of user_service.sign_project_id
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public String getSignProjectId() {
|
|
|
return signProjectId;
|
|
|
@@ -227,7 +237,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.sign_project_id
|
|
|
* @param signProjectId the value for user_service.sign_project_id
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setSignProjectId(String signProjectId) {
|
|
|
this.signProjectId = signProjectId == null ? null : signProjectId.trim();
|
|
|
@@ -236,7 +246,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.new_time
|
|
|
* @return the value of user_service.new_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public Date getNewTime() {
|
|
|
return newTime;
|
|
|
@@ -245,7 +255,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.new_time
|
|
|
* @param newTime the value for user_service.new_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setNewTime(Date newTime) {
|
|
|
this.newTime = newTime;
|
|
|
@@ -254,7 +264,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.remarks
|
|
|
* @return the value of user_service.remarks
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -263,7 +273,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.remarks
|
|
|
* @param remarks the value for user_service.remarks
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks == null ? null : remarks.trim();
|
|
|
@@ -272,7 +282,7 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user_service.create_time
|
|
|
* @return the value of user_service.create_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -281,15 +291,51 @@ public class UserService implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user_service.create_time
|
|
|
* @param createTime the value for user_service.create_time
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_service.tech_satisfaction
|
|
|
+ * @return the value of user_service.tech_satisfaction
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getTechSatisfaction() {
|
|
|
+ return techSatisfaction;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_service.tech_satisfaction
|
|
|
+ * @param techSatisfaction the value for user_service.tech_satisfaction
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
+ */
|
|
|
+ public void setTechSatisfaction(Integer techSatisfaction) {
|
|
|
+ this.techSatisfaction = techSatisfaction;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user_service.business_satisfaction
|
|
|
+ * @return the value of user_service.business_satisfaction
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
+ */
|
|
|
+ public Integer getBusinessSatisfaction() {
|
|
|
+ return businessSatisfaction;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user_service.business_satisfaction
|
|
|
+ * @param businessSatisfaction the value for user_service.business_satisfaction
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
+ */
|
|
|
+ public void setBusinessSatisfaction(Integer businessSatisfaction) {
|
|
|
+ this.businessSatisfaction = businessSatisfaction;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table user_service
|
|
|
- * @mbg.generated Tue May 18 15:33:59 CST 2021
|
|
|
+ * @mbg.generated Fri May 28 13:36:56 CST 2021
|
|
|
*/
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
@@ -309,6 +355,8 @@ public class UserService implements Serializable {
|
|
|
sb.append(", newTime=").append(newTime);
|
|
|
sb.append(", remarks=").append(remarks);
|
|
|
sb.append(", createTime=").append(createTime);
|
|
|
+ sb.append(", techSatisfaction=").append(techSatisfaction);
|
|
|
+ sb.append(", businessSatisfaction=").append(businessSatisfaction);
|
|
|
sb.append(", serialVersionUID=").append(serialVersionUID);
|
|
|
sb.append("]");
|
|
|
return sb.toString();
|