From 9de6c7c6d835ba5161d64114d154bfc7676244a1 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期一, 06 四月 2026 12:44:43 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WMSServer/WIDESEA_Common/MES/pullLockInfo.cs | 38 +++++++++++++++++++++++++++++++++++---
1 files changed, 35 insertions(+), 3 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..09ae22b 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,10 +22,44 @@
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
{
@@ -54,6 +88,4 @@
/// </summary>
public DateTime messageTime { get; set; }
}
-
-
}
--
Gitblit v1.9.3