11 lines
163 B
Protocol Buffer
11 lines
163 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message CardListItem {
|
||
|
optional string _CardTpId = 1;
|
||
|
optional string _CardExt = 2;
|
||
|
optional int32 _IsSucc = 3;
|
||
|
}
|