From 821397b01a004f8560c987ef83146614a9356ecb Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 03 一月 2026 17:18:36 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
index 3adfd49..12265fc 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
@@ -62,7 +62,7 @@
/// <summary>
/// LPN鍙�
/// </summary>
- public string LPN_No { get; set; }
+ public string LPNNo { get; set; }
/// <summary>
/// 鐗╂枡缂栫爜
/// </summary>
@@ -83,6 +83,8 @@
/// 搴撲綅
/// </summary>
public string LocationName { get; set; }
+
+ public List<string> LabelList=new List<string>();
}
}
--
Gitblit v1.9.3