namespace ZR.Infrastructure.Constant; public class SysNoticeLogStatus { public const string Unread = "0"; public const string Read = "1"; }