namespace Sanhe.Abp.Notifications; /// /// 读取状态 /// public enum NotificationReadState { /// /// 已读 /// Read = 0, /// /// 未读 /// UnRead = 1 }