From f45293a0c3c9838567d6ff01eae53157a9ed5284 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 05 三月 2026 10:59:38 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WMSServer/WIDESEA_Common/MES/pullLockInfo.cs |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/pullLockInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/pullLockInfo.cs"
index 882e0b2..1ea8315 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/pullLockInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/pullLockInfo.cs"
@@ -22,11 +22,45 @@
         public string plantCode { get; set; }
 
         /// <summary>
+        /// 鎬昏宸ュ崟鍙� 
+        /// </summary>
+        public string workOrderNo { get; set; }
+
+        /// <summary>
+        /// 宸ュ崟绫诲瀷 
+        /// </summary>
+        public string workOrderType { get; set; }
+
+        /// <summary>
+        /// 褰╄溅韬墿鏂欏彿
+        /// </summary>
+        public string pbMaterial { get; set; }
+
+        /// <summary>
+        /// PVI鍙�(杞﹁韩涓�)
+        /// </summary>
+        public string pvi { get; set; }
+
+        /// <summary>
+        /// 鍚屾鏃堕棿
+        /// </summary>
+        public string messageTime { get; set; }
+
+        /// <summary>
         /// 閿佽溅杞﹁韩淇℃伅
         /// </summary>
-        public List<LockInfo> data { get; set; }
+        //public List<LockInfo> data { get; set; }
     }
 
+    public class LockResult
+    {
+        public string result { get; set; }
+
+        public string lockPvi { get; set; }
+
+    }
+
+
     public class LockInfo
     {
         /// <summary>

--
Gitblit v1.9.3