feat(flow): 添加投诉处理流程模块及相关服务接口

- 创建受理单关联钢卷中间表服务接口及实现类
- 添加投诉受理单主服务接口及相应控制器
- 实现各部门投诉代办任务服务功能
- 集成最终方案下发部门及执行反馈服务
- 在员工信息表中新增是否吃辣字段
- 配置klp-flow模块依赖并注册到系统中
This commit is contained in:
2026-06-18 11:19:55 +08:00
parent 2fc4bf4043
commit 5b0cb314e4
36 changed files with 2129 additions and 1 deletions

View File

@@ -129,6 +129,10 @@
<artifactId>klp-cost</artifactId>
</dependency>
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-flow</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>