feat: update audit platform workspace
This commit is contained in:
@@ -36,11 +36,18 @@ class IEvaluationPointGroupService(ABC):
|
||||
Page: int,
|
||||
PageSize: int,
|
||||
CurrentUserId: int,
|
||||
EntryModuleId: int | None = None,
|
||||
) -> EvaluationPointGroupListVO:
|
||||
...
|
||||
|
||||
@abstractmethod
|
||||
async def ListAllGroups(self, IncludeDisabled: bool, WithRuleCount: bool, CurrentUserId: int) -> list[EvaluationPointGroupVO]:
|
||||
async def ListAllGroups(
|
||||
self,
|
||||
IncludeDisabled: bool,
|
||||
WithRuleCount: bool,
|
||||
CurrentUserId: int,
|
||||
EntryModuleId: int | None = None,
|
||||
) -> list[EvaluationPointGroupVO]:
|
||||
...
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user