From 81dd727204296b6b3c636007c2e8d19b309df335 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 28 三月 2024 20:02:41 +0800
Subject: [PATCH] 出入库增加操作来源

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

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index 35789d9..3d1dcd9 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -2,6 +2,8 @@
 
 option go_package = "./product_inventory";
 
+import "common.proto";
+
 service productInventoryService {
   rpc CreateOperation(CreateOperationRequest) returns(CreateOperationResponse) {}
   rpc GetInventoryProductInfo(GetInventoryProductInfoRequest) returns (GetInventoryProductInfoResponse) {}
@@ -20,6 +22,7 @@
   int64 ClientId = 7;
   string ClientName = 8;
   repeated InventoryProduct ProductList = 9;
+  OperationSource OperationSource = 10;
 }
 
 message InventoryProduct{

--
Gitblit v1.8.0