namespace Sanhe.Abp.Notifications; /// /// 通知存活时间 /// 发送之后取消用户订阅,类似于微信小程序 /// public enum NotificationLifetime { /// /// 持久化 /// Persistent = 0, /// /// 一次性 /// OnlyOne = 1 }