13 lines
183 B
Protocol Buffer
13 lines
183 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message LimitEventNotify {
|
|
int32 Id = 1;
|
|
int32 Type = 2;
|
|
int32 EndTime = 3;
|
|
int32 Cd = 4;
|
|
}
|