11 lines
158 B
Protocol Buffer
11 lines
158 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "KVStatItem.proto";
|
||
|
|
||
|
message KVStatOpLog {
|
||
|
required uint32 _Count = 1;
|
||
|
repeated KVStatItem _List = 2;
|
||
|
}
|