From 67d4e9ca4267049cc67cff15828080d2d5dfce0b Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 01 四月 2026 16:23:01 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
index 3adfd49..2db25ae 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
@@ -47,6 +47,8 @@
/// 鍑哄叆搴撶被鍨�
/// </summary>
public int InoutType { get; set; }
+
+ public int ActiveType { get; set; }
/// <summary>
/// 鏃堕棿
/// </summary>
@@ -62,7 +64,7 @@
/// <summary>
/// LPN鍙�
/// </summary>
- public string LPN_No { get; set; }
+ public string LPNNo { get; set; }
/// <summary>
/// 鐗╂枡缂栫爜
/// </summary>
@@ -83,6 +85,13 @@
/// 搴撲綅
/// </summary>
public string LocationName { get; set; }
+
+ /// <summary>
+ /// WMS鍘熷搴撲綅
+ /// </summary>
+ public string OrinalLocation { get; set; }
+
+ public List<string> LabelList = new List<string>();
}
}
--
Gitblit v1.9.3