From d0a265713fd18162f3a82bdcd22e267df7298c7b Mon Sep 17 00:00:00 2001
From: 杨前锦 <1010338399@qq.com>
Date: 星期一, 26 五月 2025 08:59:52 +0800
Subject: [PATCH] 印尼佳通-半制品代码逻辑优化

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP_GT/models/MatlInformation.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP_GT/models/MatlInformation.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP_GT/models/MatlInformation.cs
index 9f435b1..fc0e282 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP_GT/models/MatlInformation.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP_GT/models/MatlInformation.cs
@@ -10,8 +10,8 @@
     /// <summary>
     /// GT 涓棿琛�
     /// </summary>
-    [SugarTable("malt_information")]
-    public class MaltInformation
+    [SugarTable("matl_information")]
+    public class MatlInformation
     {
         public string item { get; set; } // 浜у搧鏉愭枡鐨勭墿鍝佷唬鐮侊紙浠庢潯褰㈢爜鏁板瓧宸︿晶璧锋埅鍙栧墠10浣嶏級
         public string bc_entried { get; set; } // 浜у搧鏉愭枡鐨勬潯褰㈢爜缂栧彿
@@ -28,6 +28,6 @@
         public string bom3 { get; set; }
         public string fovrage { get; set; } // 鏄惁杩囨湡 鏄惁杩囨湡锛坣ull 鎴�绌�榛樿 鍚︼級 Y/N
         public string jdge { get; set; }    // 璐ㄦ鐘舵�
-        public DateTime last_modify_time { get; set; } // 鏈�悗淇敼鏃堕棿
+        public string last_modify_time { get; set; } // 鏈�悗淇敼鏃堕棿
     }
 }

--
Gitblit v1.9.1