feat(代码生成): 恢复代码生成模块

This commit is contained in:
ageer
2025-03-28 23:00:24 +08:00
parent 2afc8a9f72
commit 8f3f4384c3
38 changed files with 4253 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
# 代码生成
gen:
# 作者
author: ageerle
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
packageName: org.ruoyi.system
# 自动去除表前缀默认是false
autoRemovePre: false
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
tablePrefix: sys_