From d42ad8b01195def2a9309930e14f90ff13ad47b1 Mon Sep 17 00:00:00 2001
From: 杨前锦 <1010338399@qq.com>
Date: 星期四, 19 六月 2025 17:24:28 +0800
Subject: [PATCH] 印尼佳通出入库策略优化

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/Container.cs |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/Container.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/Container.cs
index 210a4ba..8750729 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/Container.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/Container.cs
@@ -11,28 +11,10 @@
         public string S_CODE { get; set; }
         public string S_TYPE { get; set; }
         public string S_SPEC { get; set; }
-        public float F_WEIGHT { get; set; }
-        public float F_LOAD_WEIGHT { get; set; }
-        public float F_MAX_WEIGHT { get; set; }
-        public int N_LENGTH { get; set; }
-        public int N_WIDTH { get; set; }
-        public int N_HEIGHT { get; set; }
-        public string C_IS_VIRTUAL { get; set; } = "N";
-        public int N_TYPE { get; set; }
-        public string C_ENABLE { get; set; } = "Y";
-        public string S_STATE_PRE { get; set; }
-        public int N_REVIEW_RESULT { get; set; }
 
         public int N_DETAIL_COUNT { get; set; }
         public int N_B_STATE { get; set; }
-        public string S_LOCK_OP_CODE { get; set; }
-        public string S_LOCK_STATE { get; set; }
-        public int N_LOCK_STATE { get; set; }
-        /// <summary>
-        /// 码盘时候标记
-        /// </summary>
-        public string S_SRC { get; internal set; }
-        public string S_DEST { get; internal set; }
+
 
 
         [SugarColumn(IsIgnore = true)]

--
Gitblit v1.9.1