iven
b235f67c31
refactor(health): 拆分 4 个千行 service 文件为子模块
points_service.rs (1863行) → points_service/ (mod + account + checkin + product + event)
patient_service.rs (1118行) → patient_service/ (mod + helper + crud + relation + tag)
health_data_service.rs (1056行) → health_data_service/ (mod + vital_signs + lab_report + health_record + alert)
stats_service.rs (1117行) → stats_service/ (mod + operations + health + personal + dashboard)
所有公开 API 通过 pub use 保持不变,handler 层无需修改。
cargo check: 0 error, 0 warning
cargo test: 232 passed, 0 failed
2026-05-04 14:09:02 +08:00
..
2026-05-04 13:39:48 +08:00
2026-04-30 22:41:26 +08:00
2026-05-01 17:34:43 +08:00
2026-05-03 19:31:46 +08:00
2026-05-04 11:02:25 +08:00
2026-05-04 14:09:02 +08:00
2026-05-04 11:22:54 +08:00
2026-05-03 20:09:26 +08:00
2026-04-28 12:12:47 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-27 12:34:52 +08:00
2026-04-15 00:49:20 +08:00
2026-05-04 11:22:54 +08:00
2026-05-03 19:31:46 +08:00