12 lines
182 B
Protocol Buffer
12 lines
182 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message ReqAdminShipping{
|
|
string OrderSn = 1;
|
|
int32 Status = 2;
|
|
string ChannelOrderSn = 3;
|
|
}
|