12 lines
222 B
Protocol Buffer
12 lines
222 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "RcptInfoList.proto";
|
|
import "BaseResponse.proto";
|
|
|
|
message RcptInfoTouchResponse {
|
|
required RcptInfoList _Rcptinfolist = 1;
|
|
required BaseResponse _BaseResponse = 2;
|
|
}
|