| | |
| | | */ |
| | | Integer saveFile(String workspaceId, FileUploadDTO file) throws IOException, ImageProcessingException; |
| | | |
| | | /** |
| | | * 存储水印图片 |
| | | * @param workspaceId |
| | | * @param file |
| | | * @throws IOException |
| | | * @throws FontFormatException |
| | | * @throws ImageProcessingException |
| | | */ |
| | | 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); |