Quellcode durchsuchen

修改申诉详情查看接口

songxinlu vor 3 Jahren
Ursprung
Commit
ec88ec4f7b
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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;
 }