- 在AimaAlarm实体类中添加详细的字段注释和类文档说明 - 为AimaPhone实体类的各个属性添加中文注释说明 - 在AimaFlowExecutionListener中实现getModuleCode方法返回AIMA模块编码 - 在InspectionFlowExecutionListener中实现getModuleCode方法返回INSPECTION模块编码 - 修改AimaTaskInstanceServiceImpl和InspectionTaskInstanceServiceImpl传入模块编码参数 - 在FlowExecutionEvent中新增moduleCode字段用于模块识别 - 在FlowBeforeInterceptor和FlowAfterInterceptor中传递模块编码到事件对象 - 在FlowExecutionEventPublisher中实现基于模块编码的事件分发过滤机制 - 创建FlowExecutionModuleCodes常量类统一管理模块编码值 - 在FlowTaskRuntimeEntry中注册任务上下文时包含模块编码信息 - 在TaskContext和TaskInstHolder中增加对模块编码的处理和传递逻辑 |
||
|---|---|---|
| .. | ||
| enums | ||
| flow | ||
| mapper | ||
| model | ||
| service | ||
| util | ||