1
yangpeixing
2026-03-12 9181f3dce9e6f617b34fa80b7bb72bb490be788b
WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseInboundPassBack.cs
@@ -61,7 +61,7 @@
                    /// <summary>
                    /// LPN号
                    /// </summary>
                    public string LPN_No { get; set; }
                    public string LPNNo { get; set; }
                    /// <summary>
                    /// 物料编码
                    /// </summary>
@@ -82,8 +82,15 @@
                    /// 库位
                    /// </summary>
                    public string LocationName { get; set; }
                    public List<string> LabelList = new List<string>();
                }
                //public class LabelList
                //{
                //    public string BoxCode {  get; set; }
                //}
            }