namespace IRaCIS.Core.Domain.Share.Management { public enum SystemNotice_NoticeModeEnum { //跑马灯 RunningLight = 0, //页面 Pages = 1 } public enum SystemNotice_NoticeStateEnum { NotPublish = 0, HavePublished = 1, HaveExpired = 2 } public enum SystemNotice_NoticeLevelEnum { SystemLevel = 0, TrialLevel = 1 } public enum SystemNotice_NoticeTypeEnum { SystemUpgrade = 0, TrialChanges = 1 } public enum SystemNotice_ApplicableProjectEnum { //非正式项目 OfficialTrial = 0, NoneOfficial = 1, Training = 3, All = 2, } }