1
yangpeixing
2026-02-04 e4a391c581aaca1fa7b0239bc96375d0c0cb8de6
WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseInbound.cs
@@ -31,8 +31,11 @@
        /// <summary>
        /// 出入库类型
        /// </summary>
        public int InoutType { get; set; }
        public decimal InoutType { get; set; }
        /// <summary>
        /// 创建者
        /// </summary>
        public string CreateBy { get; set; }
        /// <summary>
        /// 推单系统
        /// </summary>
@@ -88,7 +91,7 @@
    public class BoxList
    {
        public float BoxId { get; set; }
        public double BoxId { get; set; }
        public string BoxCode { get; set; }
@@ -96,10 +99,14 @@
        public string PartNum { get; set; }
        public float JobId { get; set; }
        public decimal JobId { get; set; }
        public float QtyOfpcs { get; set; }
        public decimal QtyOfpcs { get; set; }
        public float QtyOfxout { get; set; }
        public decimal QtyOfxout { get; set; }
        public string LPNNO { get; set; }
        public string OrinalLocation { get; set; }
    }
}