From a6c75096853a93edca69945c33d62c7d835f9082 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 17:59:17 +0800
Subject: [PATCH] crm获取发货数量2

---
 proto/product_inventory.proto |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index e16130f..c789fa7 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) {}
@@ -22,16 +24,6 @@
   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