13 lines
191 B
C#
13 lines
191 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class IIFNCDBEHIP
|
||
|
{
|
||
|
[ProtoMember(1)] public int Retcode;
|
||
|
[ProtoMember(9)] public List<JAKOAONFNGN> Kpbmgjkokda;
|
||
|
}
|
||
|
|
||
|
}
|