# Sanhe.Abp.Notifications 实时通知基础模块 ## 配置使用 ```csharp [DependsOn(typeof(AbpNotificationModule))] public class YouProjectModule : AbpModule { // other }