添加发送邮件功能

This commit is contained in:
he
2025-05-29 11:30:24 +08:00
parent ae431df9b5
commit 9857b1ae92
7 changed files with 421 additions and 1 deletions
@@ -365,6 +365,11 @@ namespace IRaCIS.Core.Application.Contracts
public List<Guid> Ids { get; set; }
}
public class PublishTrialDocumentInDto
{
public List<Guid> Ids { get; set; }
}
public class AddOrEditSystemDocument : SystemDocumentAddOrEdit
{