From 1e65185f0ecb8d4f8f1fd9ea822137e0c841a47f Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 30 三月 2024 17:30:38 +0800 Subject: [PATCH] crm获取发货数量 --- proto/product_inventory.proto | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto index 3a7ea9a..e16130f 100644 --- a/proto/product_inventory.proto +++ b/proto/product_inventory.proto @@ -8,6 +8,7 @@ rpc UpdateSalesDetailStatus(UpdateSalesDetailStatusRequest) returns (UpdateSalesDetailStatusResponse) {} rpc GetOrderInputAndOutputInfo(GetOrderInputAndOutputInfoRequest) returns (GetOrderInputAndOutputInfoResponse) {} rpc OrderProductOutput(OrderProductOutputRequest) returns (OrderProductOutputResponse) {} + rpc GetOutputOperationInfo(GetOutputOperationInfoRequest) returns (GetOutputOperationInfoResponse) {} } message CreateOperationRequest{ @@ -132,4 +133,14 @@ message OrderProductOutputResponse { int32 Code = 1; string Msg = 2; +} + +//------------------------------------------------------------------------------------------------ + +message GetOutputOperationInfoRequest{ + string Number = 1;//鏄庣粏鍗曠紪鐮� +} + +message GetOutputOperationInfoResponse{ + repeated OutputProduct Products= 1;//鍙戣揣鏄庣粏 } \ No newline at end of file -- Gitblit v1.8.0