From 74a352255e4a8d7cd10eaaab8cb44f568f88b6c2 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期二, 17 六月 2025 16:10:59 +0800 Subject: [PATCH] 清溪问题处理 --- HH.WCS.QingXiNongfu/wms/WMSModel.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WMSModel.cs b/HH.WCS.QingXiNongfu/wms/WMSModel.cs index 6021728..93142fd 100644 --- a/HH.WCS.QingXiNongfu/wms/WMSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WMSModel.cs @@ -365,6 +365,18 @@ public string S_CNTR_STATE { get; set; } } + [SuGG("搴撳琛�)] + public class KuRong : BaseModel + { + public string StorageLoc { get; set; } + public int MaxCapacity { get; set; } + public int FilledCapacity { get; set; } + public string ProductItem { get; set; } + public int AvailableCapacity { get; set; } + public int DesiredCapacity { get; set; } + public int CRC { get; set; } + public int RAC { get; set; } + } //鍧囧窞鐜板満 //[SugarTable("dbo.")] -- Gitblit v1.9.1