feat(hrm): 添加人力资源管理模块
- 在 klп-admin 模块中引入 klp-hrm 依赖 - 新增 klp-hrm 模块并配置基础依赖项 - 在根 pom.xml 中注册 klp-hrm 模块及其版本依赖 - 添加 mybatis-plus、fastjson 等相关工具库支持 - 配置 lombok 和系统模块依赖用于开发支持
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user