From 1f2bb6d2f47f3e94322ec437d85ec6ed1fbcfb75 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期三, 11 六月 2025 17:03:39 +0800 Subject: [PATCH] 修改申请空托入库接口信息 --- Wms/WMS.BLL/HttpServer.cs | 1 + Wms/Model/InterFaceModel/HttpModel.cs | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs index 4eed61d..3be3a1a 100644 --- a/Wms/Model/InterFaceModel/HttpModel.cs +++ b/Wms/Model/InterFaceModel/HttpModel.cs @@ -162,7 +162,8 @@ /// 椤哄簭-浼樺厛绾� /// </summary> public int Order { get; set; } - + public int? Qty { get; set; } + } /// <summary> /// 鎺ュ彈wcs浠诲姟鍙嶉淇℃伅Model diff --git a/Wms/WMS.BLL/HttpServer.cs b/Wms/WMS.BLL/HttpServer.cs index 3c7267d..6999955 100644 --- a/Wms/WMS.BLL/HttpServer.cs +++ b/Wms/WMS.BLL/HttpServer.cs @@ -307,6 +307,7 @@ StartLocate = inTask.StartLocat, // 璧峰浣嶇疆 EndLocate = inTask.EndLocat, // 鐩爣浣嶇疆 EndRoadway = inTask.EndRoadway, // 鐩爣宸烽亾 + Qty = int.Parse(modelpb.Qty.ToString()), Order = 999, Type = PLCTypeEnum.AGV -- Gitblit v1.8.0