From 071a7efe34469cbfc0f5401291c6e3ba21f31b19 Mon Sep 17 00:00:00 2001 From: 18256738414 <634643841@qq.com> Date: 星期四, 24 七月 2025 21:29:16 +0800 Subject: [PATCH] 双钱,空托自动上线优先空托货架区 --- models/TN_InventoryM.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/models/TN_InventoryM.cs b/models/TN_InventoryM.cs index 09b8f25..29cbdde 100644 --- a/models/TN_InventoryM.cs +++ b/models/TN_InventoryM.cs @@ -55,8 +55,13 @@ public DateTime EXPIRATION { get; set; } /// <summary> - /// 璺濈杩囨湡杩樻湁鍑犲ぉ + /// 璺濈杩囨湡杩樻湁鍑犲皬鏃� /// </summary> - public int EXPIRATION_DAY { get; set; } = 0; + public string EXPIRATION_DAY { get; set; } = "0"; + + /// <summary> + /// 鍒涘缓鏃剁殑璧风偣璐т綅 + /// </summary> + public string STARTLOC { get; set; } } } -- Gitblit v1.9.1