From 46e67872f207d9d7659ee9bdf7e8e9c1f1ef1207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 12 Sep 2022 14:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AF=84=E4=BB=B7=E4=BD=93?= =?UTF-8?q?=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xm-core/src/main/java/com/xm/core/entity/MyTotalEval.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xm-core/src/main/java/com/xm/core/entity/MyTotalEval.java b/xm-core/src/main/java/com/xm/core/entity/MyTotalEval.java index 63f71299..c162b94f 100644 --- a/xm-core/src/main/java/com/xm/core/entity/MyTotalEval.java +++ b/xm-core/src/main/java/com/xm/core/entity/MyTotalEval.java @@ -29,6 +29,12 @@ public class MyTotalEval implements java.io.Serializable { @ApiModelProperty(notes="总体评价0-5分",allowEmptyValue=true,example="",allowableValues="") Integer totalStar; + @ApiModelProperty(notes="付款速度0-5分",allowEmptyValue=true,example="",allowableValues="") + Integer paySpeed; + + @ApiModelProperty(notes="合作愉快度0-5分",allowEmptyValue=true,example="",allowableValues="") + Integer coopHappy; + @ApiModelProperty(notes="评价人数",allowEmptyValue=true,example="",allowableValues="") Integer evalUserCnt;