From c97f5e8db6360135d481e933fdac5d3682057adc Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期二, 22 七月 2025 18:00:05 +0800 Subject: [PATCH] 1 --- HH.WCS.QingXiNongfu/wms/WMSModel.cs | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WMSModel.cs b/HH.WCS.QingXiNongfu/wms/WMSModel.cs index 694aa85..acd570c 100644 --- a/HH.WCS.QingXiNongfu/wms/WMSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WMSModel.cs @@ -69,6 +69,9 @@ 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; } } @@ -134,6 +137,8 @@ { get; set; } + + public string C_ENABLE { get; set; } //public string S_DEEP { get; set; } [SugarColumn(IsIgnore = true)] @@ -173,6 +178,7 @@ /// 鐡剁洊 -> 浜х嚎 || 鍙栨秷 2024骞�2鏈�鏃�10:02:10 鏀�> LineNo>鐗╂枡 ||-- 2024骞�2鏈�鏃�10:16:23 鏀�> /// </summary> public string S_TYPE { get; set; } + [SugarColumn(IsIgnore = true)] @@ -287,6 +293,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; } //鐗╂枡鎵�湪鎵樼洏鐨勫彲鍫嗗彔灞傛暟銆� 銆娿�涓庤揣浣嶅閲忓彇 鏈�皬鍊笺� @@ -458,6 +469,15 @@ /// </summary> public int N_CNTR_COUNT { get; set; } + /// <summary> + /// 鐗╂枡缂栫爜 + /// </summary> + public string S_ITEM_CODE { get; set; } + /// <summary> + /// 鐗╂枡鍚嶇О + /// </summary> + public string S_ITEM_NAME { get; set; } + } -- Gitblit v1.9.1