# LINGYUN.Abp.Notifications.PushPlus 通知模块的PushPlus实现 使应用可通过PushPlus发布实时通知 ## 模块引用 ```csharp [DependsOn(typeof(AbpNotificationsPushPlusModule))] public class YouProjectModule : AbpModule { // other } ```