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