From cd40ada4efe0d0a4036714cf597ce170b8cf5a54 Mon Sep 17 00:00:00 2001
From: pengmn <pmn@HanInfo>
Date: 星期五, 30 五月 2025 17:29:17 +0800
Subject: [PATCH] 测试

---
 HH.WCS.Mobox3.HangYang/models/Container.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HH.WCS.Mobox3.HangYang/models/Container.cs b/HH.WCS.Mobox3.HangYang/models/Container.cs
index b3cf3ef..76b1e56 100644
--- a/HH.WCS.Mobox3.HangYang/models/Container.cs
+++ b/HH.WCS.Mobox3.HangYang/models/Container.cs
@@ -12,11 +12,11 @@
         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_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 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";
@@ -31,8 +31,8 @@
         /// <summary>
         /// 码盘时候标记
         /// </summary>
-        public string S_SRC { get; internal set; }
-        public string S_DEST { get; internal set; }
+        //public string S_SRC { get; internal set; }
+        //public string S_DEST { get; internal set; }
 
 
         [SugarColumn(IsIgnore = true)]

--
Gitblit v1.9.1