BUGFIX: library upload md5重复校验优化;

This commit is contained in:
shahaibo
2023-10-18 15:54:23 +08:00
parent 4c11f2e280
commit 81d20625f5
4 changed files with 14 additions and 4 deletions

View File

@@ -43,5 +43,8 @@ public class LibraryUpdateVo implements Serializable {
@ApiModelProperty("存放地址")
private String minIOPath;
@ApiModelProperty("校验md5")
private Boolean checkMd5;
}