CMVR-IOT/cmvr-iot-test/src/main/java/com/cmvr/test
lixiaolong 659073db03 feat(flow): 添加流程执行模块编码支持实现事件精确分发
- 在AimaAlarm实体类中添加详细的字段注释和类文档说明
- 为AimaPhone实体类的各个属性添加中文注释说明
- 在AimaFlowExecutionListener中实现getModuleCode方法返回AIMA模块编码
- 在InspectionFlowExecutionListener中实现getModuleCode方法返回INSPECTION模块编码
- 修改AimaTaskInstanceServiceImpl和InspectionTaskInstanceServiceImpl传入模块编码参数
- 在FlowExecutionEvent中新增moduleCode字段用于模块识别
- 在FlowBeforeInterceptor和FlowAfterInterceptor中传递模块编码到事件对象
- 在FlowExecutionEventPublisher中实现基于模块编码的事件分发过滤机制
- 创建FlowExecutionModuleCodes常量类统一管理模块编码值
- 在FlowTaskRuntimeEntry中注册任务上下文时包含模块编码信息
- 在TaskContext和TaskInstHolder中增加对模块编码的处理和传递逻辑
2026-07-13 10:41:13 +08:00
..
enums refactor(arm): 重构机械臂服务实现 2026-07-01 11:32:54 +08:00
flow feat(flow): 添加流程执行模块编码支持实现事件精确分发 2026-07-13 10:41:13 +08:00
mapper fix: 调试 2026-01-04 16:56:21 +08:00
model feat(flow): 添加流程执行模块编码支持实现事件精确分发 2026-07-13 10:41:13 +08:00
service feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00
util fix(util): 修复NashornJsExecutor执行结果反序列化问题 2026-03-18 09:27:25 +08:00