修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-04-14 14:03:54 +08:00
parent 048afdcc7b
commit 84a7d75174
5 changed files with 125 additions and 1 deletions
@@ -27,6 +27,13 @@ namespace IRaCIS.Core.Application.Contracts
Task<PageOutput<UnionDocumentWithConfirmInfoView>> getWaitSignSysDocList(SystemDocumentQuery querySystemDocument);
Task<PageOutput<SystemDocumentAttachmentView>> GetSystemDocumentAttachmentList(SystemDocumentAttachmentQuery inQuery);
Task<IResponseOutput> AddOrUpdateSystemDocumentAttachment(SystemDocumentAttachmentAddOrEdit addOrEditSystemDocumentAttachment);
Task<IResponseOutput> DeleteSystemDocumentAttachment(Guid systemDocumentAttachmentId);
}