崔宝成-日程通知提醒邮件接口

This commit is contained in:
wans 2022-04-15 09:52:27 +08:00
parent 36a872f9bc
commit cb1dc4b9b7
2 changed files with 2 additions and 2 deletions

View File

@ -63,5 +63,5 @@ public interface IMailService {
String recipientIds,
String recipientNames,
String title,
String content);
String content) throws Exception;
}