using ProtoCSStruct; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Chat { public class SysNoticeObj { public int m_seq; //public SysNoticeDesc m_desc; public SSSysNotice notice; public long m_startTime; public long m_endTime; public long m_upTime; public int sort; public int Intervaldays; public bool IsShowTimetext; public bool IsAllSvr; public int giftbagcustoms; public int noticeId; public string language; public int pageType; public ExtNotice ext; public List idInterValue; public List openTimeInterValue; } }