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