namespace FreeSR.Proto { using ProtoBuf; [ProtoContract] public class GetLoginActivityScRsp { [ProtoMember(4)] public List LoginActivityList; [ProtoMember(14)] public int Retcode; } }