rain
2024-06-06 36e5b1a2e89077e20c35764356a1f70798142a08
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);
    /**