This commit is contained in:
2023-09-14 09:41:58 +08:00
parent 9e62fc2b9e
commit 8ffb290425
3 changed files with 10 additions and 26 deletions

View File

@@ -242,4 +242,10 @@ public class EventServiceImpl implements IEventService {
}
return result;
}
/**
* 发送通知消息
*/
}