This commit is contained in:
zhangchenbiao
2024-04-07 19:53:18 +08:00
parent be2d6030c8
commit 39af5ef0fd

View File

@@ -21,7 +21,6 @@ public class InterviewUploadVideoRequest {
private Long interviewId;
@NotNull
@NotBlank
@ApiModelProperty("视频链接")
private List<String> videoUrlList;