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;