From 58a1b8b7db72225e0c2acca4f76399899f1bda4f Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期五, 09 一月 2026 15:14:41 +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