diff --git a/modules/common/Sanhe.Abp.Notifications/README.md b/modules/common/Sanhe.Abp.Notifications/README.md new file mode 100644 index 0000000..b397296 --- /dev/null +++ b/modules/common/Sanhe.Abp.Notifications/README.md @@ -0,0 +1,12 @@ +# Sanhe.Abp.Notifications + +实时通知基础模块 + +## 配置使用 + +```csharp +[DependsOn(typeof(AbpNotificationModule))] +public class YouProjectModule : AbpModule +{ + // other +}