zouyu
2025-12-10 802eb7d6cfb89b81c68abe5305bd9342ba7286a6
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();
    }
}