rain
2024-06-04 bb3652e04f5a66172d0a6cd6ec2535b82e7ca2ed
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.
     *