fix: 遗留清理(枚举同源/边界防御/断言补强)

This commit is contained in:
lhl
2026-08-09 04:18:39 +08:00
parent 75925168c7
commit d93cc77bae
9 changed files with 59 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class ExtractionMethod(Enum):
class Provenance:
file_name: str
sheet_name: str
row: int
row: int # 数据行号(从 1 起:表格为物理行-表头行;自由文本为块序)
column: str
column_header: str