feat: support cross-review supplement opinions export

This commit is contained in:
wren
2026-05-19 14:12:02 +08:00
parent 3fb72d94ad
commit 564f2bebc8
5 changed files with 581 additions and 20 deletions
@@ -99,6 +99,11 @@ class ICrossReviewService(ABC):
"""获取文档待投票信息。"""
...
@abstractmethod
async def ExportDocumentProposals(self, CurrentUserId: int, DocumentId: int) -> tuple[bytes, str]:
"""导出文档交叉评查意见 Excel。"""
...
@abstractmethod
async def UploadTaskDocument(
self,