feat(perf): 添加绩效考核相关服务接口和实体类

- 创建了考核维度评分明细服务接口及实现类
- 添加了月度绩效考核记录服务接口及实现类
- 实现了绩效系数换算、车间考核参数配置等相关服务
- 定义了绩效考核相关的实体类和业务对象
- 创建了绩效考核控制器提供CRUD操作接口
- 配置了数据库映射文件和结果集映射
- 实现了数据校验和分页查询功能
This commit is contained in:
2026-07-07 15:24:11 +08:00
parent abfd5e2ee6
commit 9b3c39f28f
83 changed files with 5952 additions and 0 deletions

View File

@@ -428,6 +428,13 @@
<artifactId>klp-pltcm</artifactId>
<version>${klp-flowable-plus.version}</version>
</dependency>
<!-- 性能管理模块 -->
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-perf</artifactId>
<version>${klp-flowable-plus.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -457,6 +464,7 @@
<module>klp-flow</module>
<module>klp-pt</module>
<module>klp-pltcm</module>
<module>klp-perf</module>
</modules>
<packaging>pom</packaging>