From f16252d8b4736a0212b14a2bfb0eeee411d0cc76 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期一, 13 十一月 2023 11:16:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 proto/product_inventory.proto |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index ad9328d..7da35cb 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -5,6 +5,7 @@
 service productInventoryService {
   rpc CreateOperation(CreateOperationRequest) returns(CreateOperationResponse) {}
   rpc GetInventoryProductInfo(GetInventoryProductInfoRequest) returns (GetInventoryProductInfoResponse) {}
+  rpc UpdateSalesDetailStatus(UpdateSalesDetailStatusRequest) returns (UpdateSalesDetailStatusResponse) {}
 }
 
 message CreateOperationRequest{
@@ -51,4 +52,16 @@
   int32   Code = 1;
   string  Msg = 2;
   repeated ProductInfo ProductList = 3;
+}
+
+//------------------------------------------------------------
+
+message UpdateSalesDetailStatusRequest {
+  string Number = 1;//鏄庣粏鍗曠紪鐮�
+  string SalesDetailStatus = 2;
+}
+
+message UpdateSalesDetailStatusResponse{
+  int32   Code = 1;
+  string  Msg = 2;
 }
\ No newline at end of file

--
Gitblit v1.8.0