|
|
@@ -8,10 +8,10 @@ import java.util.Date;
|
|
|
* 项目评分列表(TaskScore)实体类
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2024-09-27 11:47:46
|
|
|
+ * @since 2024-09-27 15:44:17
|
|
|
*/
|
|
|
public class TaskScore implements Serializable {
|
|
|
- private static final long serialVersionUID = -64552566971079184L;
|
|
|
+ private static final long serialVersionUID = -84505501980238600L;
|
|
|
/**
|
|
|
* id
|
|
|
*/
|
|
|
@@ -21,27 +21,27 @@ public class TaskScore implements Serializable {
|
|
|
*/
|
|
|
private Integer tid;
|
|
|
/**
|
|
|
- * 专业度 0=不专业,1=一般(2),2=专业(5),3很专业(10)
|
|
|
+ * 专业度
|
|
|
*/
|
|
|
private Integer professionalism;
|
|
|
/**
|
|
|
- * 沟通力 0=不满意,1=一般,2=满意,3=很满意
|
|
|
+ * 沟通力
|
|
|
*/
|
|
|
private Integer communicationSkills;
|
|
|
/**
|
|
|
- * 响应度 0=很慢,1=一般,2=速度,3=很速度
|
|
|
+ * 响应度
|
|
|
*/
|
|
|
private Integer responsiveness;
|
|
|
/**
|
|
|
- * 公出形象 0=不满意,1=一般,2=满意,3=很满意
|
|
|
+ * 公出形象
|
|
|
*/
|
|
|
private Integer publicImage;
|
|
|
/**
|
|
|
- * 服务态度 0=不满意,1=一般,2=满意,3=很满意
|
|
|
+ * 服务态度
|
|
|
*/
|
|
|
private Integer serviceAttitude;
|
|
|
/**
|
|
|
- * 月度汇报 0=不满意,1=一般,2=满意,3=很满意
|
|
|
+ * 月度汇报
|
|
|
*/
|
|
|
private Integer monthlyReport;
|
|
|
/**
|