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); }