From df2278ffa24a1e467b394e35f56d4341b73ab5d2 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期四, 12 三月 2026 14:13:15 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
index 12265fc..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>
@@ -84,7 +86,12 @@
/// </summary>
public string LocationName { get; set; }
- public List<string> LabelList=new List<string>();
+ /// <summary>
+ /// WMS鍘熷搴撲綅
+ /// </summary>
+ public string OrinalLocation { get; set; }
+
+ public List<string> LabelList = new List<string>();
}
}
--
Gitblit v1.9.3