rain
2024-06-14 77565e7990bdeacac09c63efffdd51dd8214b81c
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);
    /**