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:
Misaka_Company
2026-07-24 10:12:40 +08:00
parent 79c84a5a0c
commit f61f52bcbe
5 changed files with 44 additions and 42 deletions

View File

@@ -1,11 +1,11 @@
# 韵达 / 安能 应到未到计算逻辑梳理(基于 expected_undelivered.py 重构版代码)
# 韵达 / 安能 应到未到计算逻辑梳理(基于 inbound_verify/compare.py 重构版代码)
> 用途:供审核两站「应到件数 / 实到件数 / 未到件数」的实现逻辑与关联键。
> 代码基准:`InboundVerify/expected_undelivered.py`(重构版)。行号对应本次读取。
> 代码基准:`InboundVerify/inbound_verify/compare.py`(重构版)。
---
## 、两站共用的计算骨架process 函数,第 134216 行
## 、两站共用的计算骨架process 函数)
无论韵达还是安能,最终都走同一个 `process(name)`