From 22d8bef484e4fbaa37a7806dc61ac91bc862c75a Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 26 三月 2024 16:58:22 +0800 Subject: [PATCH] aps创建操作明细修改 --- proto/inventory_order.proto | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/proto/inventory_order.proto b/proto/inventory_order.proto index abd9f73..dbae9ba 100644 --- a/proto/inventory_order.proto +++ b/proto/inventory_order.proto @@ -32,12 +32,14 @@ message OperationList { string SourceNumber = 1; repeated OperationProduct Products = 2; + string SalesDetailsNumber = 3; } message CreateOperationListRequest{ - int64 OperationType = 1; + int64 OperationType = 1;//1鍏ュ簱,2鍑哄簱 string Source = 2; repeated OperationList List = 3; + string WarehouseId = 4; } message OperationResponse{ -- Gitblit v1.8.0