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