Files
klp-oa/klp-generator/src/main/resources/generator.yml
Joshi 788f5d2b7c feat(eqp): 添加公辅消耗记录和公辅类型管理功能
- 创建公辅消耗记录实体类、业务对象和视图对象
- 实现公辅消耗记录的增删改查和导出功能
- 创建公辅类型实体类、业务对象和视图对象
- 实现公辅类型的增删改查和导出功能
- 添加对应的控制器、服务层和数据访问层实现
- 配置MyBatis映射文件和相关依赖
- 更新代码生成配置以适配新模块结构
2026-04-29 16:13:21 +08:00

11 lines
319 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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