feat: support cross-review supplement opinions export
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user