From e0d89637030791ce1e7dd46ca5fdec9979977960 Mon Sep 17 00:00:00 2001 From: 杨前锦 <1010338399@qq.com> Date: 星期三, 11 六月 2025 17:28:41 +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