Browse Source

任务评价体系

master
陈裕财 3 years ago
parent
commit
46e67872f2
  1. 6
      xm-core/src/main/java/com/xm/core/entity/MyTotalEval.java

6
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="") @ApiModelProperty(notes="总体评价0-5分",allowEmptyValue=true,example="",allowableValues="")
Integer totalStar; 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="") @ApiModelProperty(notes="评价人数",allowEmptyValue=true,example="",allowableValues="")
Integer evalUserCnt; Integer evalUserCnt;

Loading…
Cancel
Save