diff --git a/aspnet-core/modules/common/LINGYUN.Abp.Notifications/LINGYUN/Abp/Notifications/LocalizableStringInfo.cs b/aspnet-core/modules/common/LINGYUN.Abp.Notifications/LINGYUN/Abp/Notifications/LocalizableStringInfo.cs
index ce26dbf68..2ad1d4cb0 100644
--- a/aspnet-core/modules/common/LINGYUN.Abp.Notifications/LINGYUN/Abp/Notifications/LocalizableStringInfo.cs
+++ b/aspnet-core/modules/common/LINGYUN.Abp.Notifications/LINGYUN/Abp/Notifications/LocalizableStringInfo.cs
@@ -2,14 +2,29 @@
namespace LINGYUN.Abp.Notifications
{
+ ///
+ /// The notification that needs to be localized
+ ///
public class LocalizableStringInfo
{
+ ///
+ /// Resource name
+ ///
public string ResourceName { get; }
-
+ ///
+ /// Properties
+ ///
public string Name { get; }
-
+ ///
+ /// Formatted data
+ ///
public Dictionary