yaowanxin
2025-07-24 d61bf5ea439a992bb1200f9da274387a0d5536f5
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);
}