From 5088b8c2e24ec1112a5c583e8fe6cedbb75e74b3 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 16 May 2026 17:33:15 +0800 Subject: [PATCH] fix(config): add import-enable option for Excel import interface --- yudao-server/src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index 92766be20..f02cbf706 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -331,6 +331,7 @@ yudao: vo-type: 10 # VO 的类型,参见 CodegenVOTypeEnum 枚举类 delete-batch-enable: true # 是否生成批量删除接口 unit-test-enable: false # 是否生成单元测试 + import-enable: false # 是否生成 Excel 导入接口 tenant: # 多租户相关配置项 enable: true ignore-urls: