1
yangpeixing
2026-04-01 67d4e9ca4267049cc67cff15828080d2d5dfce0b
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>();
                }
            }