From 2b5c893619ddf0955feafcfb4993009723ac4a17 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 29 三月 2024 15:34:18 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- proto/purchase_wms.proto | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto index 0ae7230..08e6117 100644 --- a/proto/purchase_wms.proto +++ b/proto/purchase_wms.proto @@ -28,6 +28,17 @@ int64 SupplierId = 4;//渚涘簲鍟唅d string WarehouseName = 5;//浠撳簱鍚嶇О repeated PurchaseProduct Product = 6; + OperationSource OperationSource = 7; +} + +enum OperationSource { + OperationSourceEmpty = 0; //绌� + OperationSourcePurchase = 1; //閲囪喘鍏ュ簱 + OperationSourceProduction = 2; //鐢熶骇鍏ュ簱 + OperationSourceOutsourcing = 3; //濮斿鍏ュ簱 + OperationSourceProductionApply = 4; //鐢熶骇棰嗘枡 + OperationSourceOutsourcingApply = 5; //濮斿棰嗘枡 + OperationSourceSaleDelivery = 6; //閿�鍞彂璐� } message PurchaseToWmsResponse { -- Gitblit v1.8.0