rain
2024-07-19 725abac64efc098b9ecb7827429f3c47924a00b9
src/main/java/com/dji/sample/media/service/IFileService.java
@@ -34,7 +34,7 @@
     * @param file
     * @return
     */
    Integer saveFile(String workspaceId, FileUploadDTO file);
    Integer saveFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException;
    /**
     * 存储水印图片
@@ -46,12 +46,16 @@
     */
    void saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException;
    void updateMarkMediaFileNames(String jobId);
    PaginationData<MediaFileEntity> getJobId( int pageNum, int pageSize,String workspaceId);
    PaginationData<MediaFileEntity> getPhotoByJobId(int page,int pageSize ,String workspaceId,String jobId);
    /**
     * 获取媒体文件状态
     * @param fileId
     * @return
     */
    Object mediaInfo(String fileId);
    List<MediaFileEntity> getMedia(String jobId);
    /**
     * Query information about all files in this workspace based on the workspace id.
     *