thrift-related/original_split_proto_files/ActLog.proto
2026-04-03 14:47:52 +08:00

12 lines
155 B
Protocol Buffer

syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ActLog {
int32 Type = 1;
int64 Time = 2;
string Param = 3;
}