11 lines
176 B
Protocol Buffer
11 lines
176 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "CardDataInfo.proto";
|
|
|
|
message BatchGetCardItem {
|
|
optional string _CardId = 1;
|
|
optional CardDataInfo _CardDataInfo = 2;
|
|
}
|