docs: align docs with post-restructure package layout
Update README tree (compare.py + domain.py), CLAUDE.md module refs, and the three docs/ deep-dives to the current inbound_verify package (compare/domain/sites/cli). Correct the statistics review report's methodology to the current 口径 (应到=交接件数, 实到=直接数单号去重, 未到=应到−实到) per compare.py docstring; remove ghost-script references in the CDP guide. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,8 @@ InboundVerify/
|
||||
│ ├── paths.py # 统一路径锚点(以项目目录为基准,不依赖 cwd)
|
||||
│ ├── runtime.py # 两种模式共享核心(启动 / 就绪 / 任务派发 / 心跳)
|
||||
│ ├── state_store.py # SQLite 状态持久化(state/state.db)
|
||||
│ ├── expected_undelivered.py# 全站点应到未到离线比对,输出 output/应到未到数据.xlsx
|
||||
│ ├── domain.py # 站点 / 文件名 / 列映射共享配置(单一来源,leaf)
|
||||
│ ├── compare.py # 全站点应到未到离线比对,输出 output/应到未到数据.xlsx
|
||||
│ ├── store.py # DB CLI 入口(createdb|init|ingest|all)
|
||||
│ ├── sites/ # 各站点模块(流程 + 重置 + 重试,自洽)
|
||||
│ │ ├── shunxin.py # 顺心(含双账号)
|
||||
|
||||
Reference in New Issue
Block a user