perf: 代码生成默认不允许生成文件覆盖到本地

This commit is contained in:
insistence
2025-02-19 10:59:44 +08:00
parent 1b5b89e282
commit fdf8e600a0

View File

@@ -73,7 +73,7 @@ class GenSettings:
package_name = 'module_admin.system'
auto_remove_pre = False
table_prefix = 'sys_'
allow_overwrite = True
allow_overwrite = False
GEN_PATH = 'vf_admin/gen_path'