[파일 업로드] tusHook 작업
- 멀티업로드 상태 업로드
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.alist.api.common.modules.file.dto;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class FileUploadMetaDto {
|
||||
private String fileUuid;
|
||||
private String originName;
|
||||
private Long sizeBytes;
|
||||
private String contentType;
|
||||
private String tusUploadId;
|
||||
private Integer status;
|
||||
}
|
||||
Reference in New Issue
Block a user