Files
FreeSR/FreeSR.Proto/TakeMailAttachmentScRsp.cs
2024-01-27 21:06:07 +08:00

15 lines
305 B
C#

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;
}
}