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

@@ -391,6 +391,11 @@
<artifactId>klp-erp</artifactId>
<version>${klp-flowable-plus.version}</version>
</dependency>
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-hrm</artifactId>
<version>${klp-flowable-plus.version}</version>
</dependency>
</dependencies>
@@ -414,6 +419,7 @@
<module>klp-ems</module>
<module>klp-pocket</module>
<module>klp-erp</module>
<module>klp-hrm</module>
</modules>
<packaging>pom</packaging>