From 77b654d928c34d32462e212a4ec212f7cc48b50f Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期三, 16 七月 2025 17:35:49 +0800 Subject: [PATCH] 库存信息添加起点货位信息 --- models/TN_InventoryM.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/models/TN_InventoryM.cs b/models/TN_InventoryM.cs index 96f339f..29cbdde 100644 --- a/models/TN_InventoryM.cs +++ b/models/TN_InventoryM.cs @@ -55,8 +55,13 @@ public DateTime EXPIRATION { get; set; } /// <summary> - /// 璺濈杩囨湡杩樻湁鍑犲ぉ + /// 璺濈杩囨湡杩樻湁鍑犲皬鏃� /// </summary> public string EXPIRATION_DAY { get; set; } = "0"; + + /// <summary> + /// 鍒涘缓鏃剁殑璧风偣璐т綅 + /// </summary> + public string STARTLOC { get; set; } } } -- Gitblit v1.9.1