fix:bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user