You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
750 B

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<RealmPos> idInterValue;
public List<RealmPos> openTimeInterValue;
}
}