1
wankeda
2026-01-09 58a1b8b7db72225e0c2acca4f76399899f1bda4f
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,6 +86,11 @@
                    /// </summary>
                    public string LocationName { get; set; }
                    /// <summary>
                    /// WMS原始库位
                    /// </summary>
                    public string OrinalLocation { get; set; }
                    public List<string> LabelList=new List<string>();
                }