namespace ET { public class SystemNoticeInfo : Entity, IAwake<int>, IDestroy { public int NoticeId; public string Title; public long TimeSec; public string Content; //为0表示全服 public int ServerId; } }