公告板
版本库
filestore
活动
搜索
登录
main
/
nongtou-project-java
农投项目管理系统java后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
zxl
2025-11-12
b03f7d2ce966f0b2f4d80f15498893023d42f3a8
[nongtou-project-java.git]
/
system
/
target
/
classes
/
generator.yml
1
2
3
4
5
6
7
8
9
10
# 代码生成
gen:
# 作者
author: 向培
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
packageName: com.ycl.code
# 自动去除表前缀,默认是false
autoRemovePre: true
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
tablePrefix: sys_