10 lines
150 B
Protocol Buffer
10 lines
150 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message UploadMyPanelListRequest {
|
|
required uint32 _OpCode = 1;
|
|
repeated string _ProductIDList = 2;
|
|
}
|