fork from 1.3
This commit is contained in:
14
FreeSR.Proto/TakeMailAttachmentScRsp.cs
Normal file
14
FreeSR.Proto/TakeMailAttachmentScRsp.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class TakeMailAttachmentScRsp
|
||||
{
|
||||
[ProtoMember(8)] public List<HGDPJHJGHOI> FailMailList;
|
||||
[ProtoMember(11)] public ItemList Attachment;
|
||||
[ProtoMember(12)] public int Retcode;
|
||||
[ProtoMember(6)] public List<int> SuccMailIdList;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user