From f14c22065bf5c3b615a8d909c29b90f37ef6419d Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 29 三月 2024 14:09:48 +0800
Subject: [PATCH] 完善

---
 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 bade734..3a7ea9a 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -20,6 +20,17 @@
   int64 ClientId = 7;
   string ClientName = 8;
   repeated InventoryProduct ProductList = 9;
+  OperationSource OperationSource = 10;
+}
+
+enum OperationSource {
+  OperationSourceEmpty               = 0; //绌�
+  OperationSourcePurchase            = 1; //閲囪喘鍏ュ簱
+  OperationSourceProduction          = 2; //鐢熶骇鍏ュ簱
+  OperationSourceOutsourcing         = 3; //濮斿鍏ュ簱
+  OperationSourceProductionApply     = 4; //鐢熶骇棰嗘枡
+  OperationSourceOutsourcingApply    = 5; //濮斿棰嗘枡
+  OperationSourceSaleDelivery        = 6; //閿�鍞彂璐�
 }
 
 message InventoryProduct{

--
Gitblit v1.8.0