master
wubin 5 years ago
parent 26f7972c4f
commit 9861de8891

@ -25,7 +25,12 @@ service BaseGlobalManage {
//()
rpc PageBaseGlobal (QueryArg) returns (Reply) {}
//
rpc GetBaseGlobalByCode (ModelArg) returns (Reply) {}
rpc GetBaseGlobalByCodes (GlobalCodesArg) returns (Reply) {}
}
message GlobalCodesArg {
//Code
repeated string GlobalCodes = 1;
}
message ModelArg {
@ -53,9 +58,9 @@ message ModelArg {
//
message QueryArg{
int32 Page = 1;
int32 Limit = 2;
int32 GlobalTypeId = 3;
int32 Page = 1;
int32 Limit = 2;
int32 GlobalTypeId = 3;
//
string ActionPersonId = 4;
//IP

Loading…
Cancel
Save