rain
2024-06-12 a0e7cf2d16dc23b1d6edf3b69678ab66ccacb54d
src/main/java/com/dji/sample/media/service/IFileService.java
@@ -38,7 +38,7 @@
     */
    Integer saveFile(String workspaceId, FileUploadDTO file);
    Integer saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException;
    void saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException;
    Object mediaInfo(String fileId);
    /**