feat(hrm): 添加人力资源管理模块

- 在 klп-admin 模块中引入 klp-hrm 依赖
- 新增 klp-hrm 模块并配置基础依赖项
- 在根 pom.xml 中注册 klp-hrm 模块及其版本依赖
- 添加 mybatis-plus、fastjson 等相关工具库支持
- 配置 lombok 和系统模块依赖用于开发支持
This commit is contained in:
2025-12-12 14:34:18 +08:00
parent d80a3b2cc9
commit fd564f26fd
3 changed files with 50 additions and 0 deletions

View File

@@ -108,6 +108,10 @@
<groupId>com.klp</groupId>
<artifactId>klp-erp</artifactId>
</dependency>
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-hrm</artifactId>
</dependency>
<!-- 扫码枪模块-->
<dependency>