From 547033793c42538123775cf862b0cff46f79d661 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 11 四月 2024 10:17:28 +0800
Subject: [PATCH] 获取位置产品信息
---
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