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

16 lines
321 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class PFMLLDAOMKG
{
[ProtoMember(1)] public int Retcode;
[ProtoMember(2)] public string Msg;
[ProtoMember(3)] public string Hicaiempekh;
[ProtoMember(4)] public List<NEKHLFHGKBC> Bfakcnbhkec;
[ProtoMember(5)] public string Edpblbfckbp;
}
}