fork from 1.3
This commit is contained in:
16
FreeSR.Proto/GetMailScRsp.cs
Normal file
16
FreeSR.Proto/GetMailScRsp.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class GetMailScRsp
|
||||
{
|
||||
[ProtoMember(11)] public int TotalNum;
|
||||
[ProtoMember(4)] public List<ClientMail> MailList;
|
||||
[ProtoMember(3)] public int Retcode;
|
||||
[ProtoMember(12)] public List<ClientMail> NoticeMailList;
|
||||
[ProtoMember(6)] public int Start;
|
||||
[ProtoMember(10)] public bool IsEnd;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user