From 9db9cd04a1a9971220438ccb856a6896b4a399ac Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期二, 01 七月 2025 14:32:11 +0800 Subject: [PATCH] 1 --- HH.WCS.QingXiNongfu/wms/WMSModel.cs | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WMSModel.cs b/HH.WCS.QingXiNongfu/wms/WMSModel.cs index ecec452..decb39d 100644 --- a/HH.WCS.QingXiNongfu/wms/WMSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WMSModel.cs @@ -2,10 +2,6 @@ using HH.WCS.QingXigongchang.util; using SqlSugar; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace HH.WCS.QingXigongchang.wms { @@ -73,6 +69,10 @@ public int N_LAYER { get; internal set; } public string S_ITEM_CODE { get; internal set; } public string S_ITEM_NAME { get; internal set; } + + public string S_BATCH_NO { get; internal set; } + + public string S_CJ_NAME { get; set; } } @@ -216,6 +216,11 @@ /// </summary> public double N_BQ_TRAY_TYPE { get; set; } = 1; + /// <summary> + /// 鍘傚 + /// </summary> + public string S_CJ_NAME { get; set; } + public int ItemLayer { get; set; } [SugarColumn(IsIgnore = true)] public int qty @@ -285,6 +290,11 @@ public string S_ITEM_CODE { get; set; } public string S_ITEM_NAME { get; set; } public int trayHeight { get; set; } + + /// <summary> + /// 鍘熸枡pe鑶滀笁灞俆S楂樺害 + /// </summary> + public int trayHeight1 { get; set; } public int ItemLayer { get; set; } //鐗╂枡鎵�湪鎵樼洏鐨勫彲鍫嗗彔灞傛暟銆� 銆娿�涓庤揣浣嶅閲忓彇 鏈�皬鍊笺� @@ -363,6 +373,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.")] @@ -378,6 +400,7 @@ public string S_END_LAREA { get; set; } public string S_START_LOC { get; set; } public string S_END_LOC { get; set; } + public string S_TWO_END_LOC { get; set; } public string S_TYPE { get; set; } public string S_NOTE { get; set; } public string S_SRC_SYS { get; set; } -- Gitblit v1.9.1