修改通用返回

This commit is contained in:
2023-05-19 10:59:41 +08:00
parent 88c8d5e34c
commit 8bbdbc6cf5
5 changed files with 34 additions and 33 deletions
@@ -9,6 +9,7 @@ namespace IRaCIS.Application.Interfaces
Task<IResponseOutput> DeleteSubject(Guid id);
Task<IResponseOutput> UpdateSubjectStatus(SubjectStatusChangeCommand subjectStatusChangeCommand);
Task<IResponseOutput<PageOutput<SubjectQueryView>, TrialSubjectConfig>> GetSubjectList(SubjectQueryParam param);
}
}