From 1db2dcbec358ed43724e8621d7d99981ba4c1ad2 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期五, 30 五月 2025 17:00:22 +0800 Subject: [PATCH] 1.其他出入库返回参数优化 2.生产订单接收返回参数修改 3.空托出入库逻辑修改(可以选择半托的托盘进行入库) --- api/ApiModel.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index f78ca83..22c399b 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -28,6 +28,7 @@ { public int State { get; set; } public string No { get; set; } + public string ForkliftNo { get; set; } public string ErrCode { get; set; } public string LockNo { get; set; } @@ -339,6 +340,7 @@ /// </summary> public class MPSorting { + public string cntr_type { get; set; } public string cntr_code { get; set; } public string start { get; set; } @@ -353,11 +355,24 @@ public float qty { get; set; } } /// <summary> + /// 绌烘墭鍑哄叆搴�+ /// </summary> + public class KtSorting + { + public string cntr_code { get; set; }//瀹瑰櫒 + public string item_code { get; set; } + + public string start { get; set; }//瀹瑰櫒 + public int? Type { get; set; } + } + + /// <summary> /// 浜哄伐鍒嗘嫞鍏ュ弬 /// </summary> public class FJSorting { public string cntr_code { get; set; }//瀹瑰櫒 + public string cntr_type { get; set; }//瀹瑰櫒 public string start { get; set; }//瀹瑰櫒 public bool IsHK { get; set; }//瀹瑰櫒 -- Gitblit v1.9.1