From fc9cba5f058089887aa7061d2e6b4006b9e04a9a Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期二, 10 三月 2026 09:46:43 +0800
Subject: [PATCH] 同步
---
项目代码/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