From ee4b91745630afdc875983794d0ee54a7fb6a4a8 Mon Sep 17 00:00:00 2001
From: pulg <plg@Haninfo>
Date: 星期五, 13 六月 2025 17:40:54 +0800
Subject: [PATCH] 1

---
 HH.WCS.QingXiNongfu/wms/WMSModel.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/HH.WCS.QingXiNongfu/wms/WMSModel.cs b/HH.WCS.QingXiNongfu/wms/WMSModel.cs
index ecec452..6021728 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,7 @@
         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_CJ_NAME { get; set; }
     }
 
 
@@ -215,6 +212,11 @@
         /// 鍗婃墭1 0.5 鍗婃墭2銆�0.75  婊℃墭 1 
         /// </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)]
@@ -378,6 +380,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