11 lines
138 B
Protocol Buffer
11 lines
138 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message NotifyActRed{
|
|
int32 Id = 1;
|
|
int32 Red = 2;
|
|
}
|