From 17e3ef45fe0a6b6f8a147b50740834ac734f9317 Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期二, 15 七月 2025 17:30:13 +0800 Subject: [PATCH] 1111 --- HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/models/Location.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/models/Location.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/models/Location.cs index 2f3df6b..701a990 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/models/Location.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/models/Location.cs @@ -14,7 +14,10 @@ public string S_AREA_CODE { get; set; } public int N_CAPACITY { get; set; } public string S_AGV_SITE { get; set; } + public int N_CURRENT_NUM { get; set; } + + public DateTime? T_EMPTY_TIME { get; set; } public DateTime? T_FULL_TIME { get; set; } public string S_NOTE { get; set; } -- Gitblit v1.9.1