WeChatHelper/MMPro/micromsg/proto/NBSInfo.proto
2024-06-11 08:43:45 +08:00

15 lines
279 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message NBSInfo {
required uint32 _NBSId = 1;
optional string _Summary = 2;
required uint32 _CardFlag = 3;
required float _Distance = 4;
optional string _Category = 5;
required uint32 _Rank = 6;
required uint32 _Status = 7;
}