10 lines
326 B
YAML
Raw Normal View History

2025-04-15 17:57:16 +08:00
# 代码生成
gen:
# 作者
2025-04-16 19:14:16 +08:00
author: wqy
2025-04-15 17:57:16 +08:00
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
2025-04-16 19:14:16 +08:00
packageName: com.agri.business
2025-04-15 17:57:16 +08:00
# 自动去除表前缀默认是false
autoRemovePre: true
# 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
2025-04-16 19:14:16 +08:00
tablePrefix: t_