We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a81cb commit d7b67ffCopy full SHA for d7b67ff
src/main/java/io/ddisk/domain/vo/UploadFileVO.java
@@ -23,6 +23,4 @@ public class UploadFileVO {
23
private Boolean skipUpload;
24
@Schema(description = "已经上传的分片", example = "[1,2,3]")
25
private Collection<Integer> uploaded;
26
-
27
- private int[] demos;
28
}
0 commit comments