From 06a8b6963d6d4f229d4e196b4b09ce57e2cbf2dd Mon Sep 17 00:00:00 2001 From: 杨前锦 <1010338399@qq.com> Date: 星期四, 24 七月 2025 17:21:40 +0800 Subject: [PATCH] 印尼佳通-GT服务开发 --- HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/MatlInformation.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/MatlInformation.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/MatlInformation.cs index b7c5fa8..6fdfc4c 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/MatlInformation.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/MatlInformation.cs @@ -8,12 +8,13 @@ namespace HH.WCS.Mobox3.YNJT_BZP.models { /// <summary> - /// GT 涓棿琛� + /// 鏉$爜淇℃伅 /// </summary> public class MatlInformation { + public int recid { get; set; } public string item { get; set; } // 浜у搧鏉愭枡鐨勭墿鍝佷唬鐮侊紙浠庢潯褰㈢爜鏁板瓧宸︿晶璧锋埅鍙栧墠10浣嶏級 - public string bc_entried { get; set; } // 浜у搧鏉愭枡鐨勬潯褰㈢爜缂栧彿 + public string barcode { get; set; } // 浜у搧鏉愭枡鐨勬潯褰㈢爜缂栧彿 public string toolineCode { get; set; } // 宸ヨ鏉$爜 public string mcn { get; set; } // 鏈哄櫒浠g爜缂栧彿 public string txndate { get; set; } // 浜у搧鏉愭枡鐨勭敓浜ф椂闂�@@ -23,6 +24,6 @@ public int overagv { get; set; } // 鏈夋晥鏈� public int minhour { get; set; } // 鏈�綆鏀剧疆鏃堕棿锛坔锛� public int productTypeCode { get; set; } // 鐗╂枡绫诲埆缂栫爜 - public string last_modify_time { get; set; } // 鏈�悗淇敼鏃堕棿 + public DateTime last_modify_time { get; set; } // 鏈�悗淇敼鏃堕棿 } } -- Gitblit v1.9.1