feat: update audit platform workspace
This commit is contained in:
@@ -35,7 +35,12 @@ class ICrossReviewService(ABC):
|
||||
...
|
||||
|
||||
@abstractmethod
|
||||
async def GetUserTasks(self, CurrentUserId: int, Body: CrossReviewTaskQueryDTO) -> CrossReviewTaskPageVO:
|
||||
async def GetUserTasks(
|
||||
self,
|
||||
CurrentUserId: int,
|
||||
Body: CrossReviewTaskQueryDTO,
|
||||
CanViewProgress: bool = True,
|
||||
) -> CrossReviewTaskPageVO:
|
||||
"""查询当前用户参与的交叉评查任务。"""
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user