zouyu
2025-12-09 866a3e6cbd2df9841dfbbd733e1128938cef3e00
src/main/java/com/chinaztt/mes/docx/service/DocxService.java
@@ -11,4 +11,7 @@
    R<?> getFile(GetFileDto getFileDto) throws IOException, SQLException, ClassNotFoundException, InstantiationException, IllegalAccessException, TesseractException;
    R<?> moveFile(String startFilePath, String endFilePath, String fileType);
    void test();
}