feat: add review_scope field to distinguish cross-review vs standard documents
This commit is contained in:
@@ -40,6 +40,7 @@ class IDocumentService(ABC):
|
||||
Attachments: list[tuple[str, bytes, str | None]] | None = None,
|
||||
AutoRun: bool = False,
|
||||
Speed: str = "normal",
|
||||
ReviewScope: str = "standard",
|
||||
) -> DocumentUploadVO:
|
||||
"""上传文档并建立 LeAudit document/file 记录。"""
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user