rain
2024-06-20 3904fbdccb96a9b1b4f919d18505d5ebb8ef976a
src/main/java/com/dji/sample/media/service/IFileService.java
@@ -38,8 +38,21 @@
     */
    Integer saveFile(String workspaceId, FileUploadDTO file);
    /**
     * 存储水印图片
     * @param workspaceId
     * @param file
     * @throws IOException
     * @throws FontFormatException
     * @throws ImageProcessingException
     */
    void saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException;
    /**
     * 获取媒体文件状态
     * @param fileId
     * @return
     */
    Object mediaInfo(String fileId);
    /**
     * Query information about all files in this workspace based on the workspace id.
@@ -49,8 +62,18 @@
     */
    List<MediaFileDTO> getAllFilesByWorkspaceId(String workspaceId);
    /**
     * 获取图斑图片集合
     * @param dkbh
     * @param workspaceId
     * @return
     */
    List<MediaFileEntity> listByIsadd(String dkbh,String workspaceId);
    /**
     * 图斑图片审核状态改变
     * @param fileId
     * @return
     */
    ResponseResult updateExamByFileId(String fileId);
    List<MediaFileEntity> listMediaFileEntity(String workspaceId, String jobId);