Go to file
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
cmvr-iot-admin feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00
cmvr-iot-aima feat(flow): 添加流程执行模块编码支持实现事件精确分发 2026-07-13 10:41:13 +08:00
cmvr-iot-api feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00
cmvr-iot-common feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00
cmvr-iot-device feat(inspection): 添加巡检模块功能并更新项目配置 2026-06-02 15:01:23 +08:00
cmvr-iot-evaluation feat: 触控交互评估 2026-03-12 09:47:20 +08:00
cmvr-iot-framework refactor(websocket): 重构频道订阅处理器基类实现 2026-06-05 14:57:57 +08:00
cmvr-iot-generator migrate project to new repository 2025-08-21 14:39:54 +08:00
cmvr-iot-inspection feat(flow): 添加流程执行模块编码支持实现事件精确分发 2026-07-13 10:41:13 +08:00
cmvr-iot-quartz feat: 定时任务消费评估任务 2026-02-10 16:49:07 +08:00
cmvr-iot-system fix(util): 修复车辆路径查找工具中的图标名称比较错误 2026-02-05 16:16:20 +08:00
cmvr-iot-test feat(flow): 添加流程执行模块编码支持实现事件精确分发 2026-07-13 10:41:13 +08:00
cmvr-iot-ti feat(inspection): 添加巡检模块功能并更新项目配置 2026-06-02 15:01:23 +08:00
cmvr-iot-tts feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00
cmvr-iot-vi fix: 项目状态 2026-02-09 14:16:05 +08:00
sql feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00
.gitignore migrate project to new repository 2025-08-21 14:39:54 +08:00
DirectoryV3.xml migrate project to new repository 2025-08-21 14:39:54 +08:00
Dockerfile feat(build): 添加 Dockerfile 配置支持容器化部署 2026-05-16 15:52:56 +08:00
Jenkinsfile migrate project to new repository 2025-08-21 14:39:54 +08:00
LICENSE migrate project to new repository 2025-08-21 14:39:54 +08:00
pom.xml feat(agv): 添加AGV协议定义和重构命令接口 2026-07-09 16:01:36 +08:00