rain
2024-06-03 28f661933ffdeb1f65ecee52f8f4b7a3b373da9b
src/main/java/com/dji/sample/media/service/IFileService.java
@@ -5,6 +5,7 @@
import com.dji.sample.media.model.MediaFileDTO;
import com.dji.sample.media.model.MediaFileEntity;
import com.dji.sample.media.model.MediaFileQueryParam;
import com.drew.imaging.ImageProcessingException;
import java.awt.*;
import java.io.IOException;
@@ -36,8 +37,9 @@
     */
    Integer saveFile(String workspaceId, FileUploadDTO file);
    Integer saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException;
    Integer saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException;
    Object mediaInfo(String fileId);
    /**
     * Query information about all files in this workspace based on the workspace id.
     *