namespace Lion.AbpPro.NotificationManagement; public class NotificationManagementConsts { /// 名称空间 public const string NameSpace = "Lion.AbpPro.NotificationManagement"; /// 默认语言 public const string DefaultCultureName = "zh-Hans"; }