chore(points): 移除已废弃的 erp-points crate + 注释空桩和死常量
- 删除 erp-points/ 目录(全部 501 handler,功能由 erp-health 完整提供) - 从 workspace Cargo.toml 和 erp-server 依赖中移除 - erp-dialysis event.rs: 说明事件由 erp-health 统一消费的设计意图 - erp-health event.rs: 标记 PATIENT_VERIFIED/PATIENT_DECEASED 为待实现
This commit is contained in:
@@ -2,5 +2,6 @@ use erp_core::events::EventBus;
|
||||
|
||||
/// 预留事件处理器注册
|
||||
pub fn register_handlers_with_state(_state: crate::state::DialysisState) {
|
||||
// 透析模块事件消费者待后续迭代
|
||||
// 透析业务事件由 erp-health 统一消费(见 erp-health/src/event.rs:425 dialysis_notifier)
|
||||
// 透析模块自身暂无独立的事件处理需求
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user