Skip to content

Commit

Permalink
feat: 校验问题修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lichong-a committed Sep 16, 2024
1 parent 8632e2b commit 0ae3025
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class StorageQueryVo {
@Size(max = 100, message = "{ielts.domain.vo.StorageQueryVo.title.Size}")
@Schema(description = "存储标题(模糊)")
private String title;
@Size(max = 10, message = "{ielts.domain.vo.StorageQueryVo.fileType.Size}")
@Schema(description = "文件类型(0:图片;1:音频;2:视频;3:markdown)(精确)")
private Integer fileType;
@Size(max = 200, message = "{ielts.domain.vo.StorageQueryVo.bucketName.Size}")
Expand Down

0 comments on commit 0ae3025

Please sign in to comment.