This commit is contained in:
2025-11-26 09:27:59 +08:00
parent 507c56c227
commit aa6a246535
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ import java.util.List;
@Data
public class BatchAddTaskPerformanceReq {
@NotNull
@Schema(description = "任务id")
Integer taskId;
@Schema(description = "任务uuid")
String taskId;
@Schema(description = "算例uuid")
String runId;