@@ -84,4 +84,6 @@ public class UpdateReportProjectDTO {
private String caseStage;
@Schema(description = "参与人id")
private List<String> involvedPersonIds;
+ @Schema(description = "主被动类型")
+ private Integer actType;
}