yaowanxin
2025-07-29 e58fbf25c7a6827888e830533ecfc8c26b893308
src/main/java/com/chinaztt/mes/docx/service/DocxService.java
@@ -11,4 +11,6 @@
    R<?> getFile(GetFileDto getFileDto) throws IOException, SQLException, ClassNotFoundException, InstantiationException, IllegalAccessException, TesseractException;
    R<?> moveFile(String startFilePath, String endFilePath, String fileType);
}