Parcourir la source

修改申诉详情查看接口

songxinlu il y a 3 ans
Parent
commit
ec88ec4f7b
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/main/java/com/diagbot/dto/AppealExamineRecordDTO.java

+ 6 - 0
src/main/java/com/diagbot/dto/AppealExamineRecordDTO.java

@@ -80,4 +80,10 @@ public class AppealExamineRecordDTO implements Serializable {
 
     @ApiModelProperty(value = "审核-分值")
     private BigDecimal score;
+
+    @ApiModelProperty(value = "单项否决")
+    private String isReject;
+
+    @ApiModelProperty(value = "模块总分")
+    private BigDecimal casesScore;
 }