From 14b739df6cb0d6851ee91bfe5eed9d96809b3012 Mon Sep 17 00:00:00 2001 From: wwwk <1265346495@qq.com> Date: Wed, 4 May 2022 21:36:19 +0800 Subject: [PATCH] update readme --- modules/common/Sanhe.Abp.Notifications/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/common/Sanhe.Abp.Notifications/README.md 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 +}