From d0175e436b5987511dfedb713abd19cba6093fab Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 26 四月 2024 17:27:40 +0800 Subject: [PATCH] Merge branch 'feat-outsourcing' --- proto/purchase_wms.proto | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto index f261b55..41044ef 100644 --- a/proto/purchase_wms.proto +++ b/proto/purchase_wms.proto @@ -2,6 +2,8 @@ option go_package = "./purchase_wms"; +import "common.proto"; + service PurchaseService { rpc PurchaseToWms(PurchaseToWmsRequest) returns (PurchaseToWmsResponse); rpc UpdatePurchaseStatus(UpdatePurchaseStatusRequest) returns (UpdatePurchaseStatusResponse) {} @@ -30,16 +32,6 @@ repeated PurchaseProduct Product = 6; OperationSource OperationSource = 7; string SalesDetailsNumber = 8; -} - -enum OperationSource { - OperationSourceEmpty = 0; //绌� - OperationSourcePurchase = 1; //閲囪喘鍏ュ簱 - OperationSourceProduction = 2; //鐢熶骇鍏ュ簱 - OperationSourceOutsourcing = 3; //濮斿鍏ュ簱 - OperationSourceProductionApply = 4; //鐢熶骇棰嗘枡 - OperationSourceOutsourcingApply = 5; //濮斿棰嗘枡 - OperationSourceSaleDelivery = 6; //閿�鍞彂璐� } message PurchaseToWmsResponse { -- Gitblit v1.8.0