From 7b3b60e8e01a1cf2fb97af695639b18210a160c0 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期日, 20 七月 2025 14:39:16 +0800 Subject: [PATCH] 去线边的,取消任务收到4后直接删除物料容器 --- models/TN_InventoryM.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/models/TN_InventoryM.cs b/models/TN_InventoryM.cs index 4a5df52..29cbdde 100644 --- a/models/TN_InventoryM.cs +++ b/models/TN_InventoryM.cs @@ -58,5 +58,10 @@ /// 璺濈杩囨湡杩樻湁鍑犲皬鏃� /// </summary> public string EXPIRATION_DAY { get; set; } = "0"; + + /// <summary> + /// 鍒涘缓鏃剁殑璧风偣璐т綅 + /// </summary> + public string STARTLOC { get; set; } } } -- Gitblit v1.9.1