zouyu
2025-12-09 866a3e6cbd2df9841dfbbd733e1128938cef3e00
src/main/java/com/chinaztt/mes/docx/controller/DocxController.java
@@ -29,4 +29,11 @@
    public R<?> moveFile(String startFilePath, String endFilePath, String fileType) {
        return docxService.moveFile(startFilePath, endFilePath, fileType);
    }
    @GetMapping("/test")
    public void test() {
         docxService.test();
    }
}