1
wankeda
2026-02-04 06bc8ee02717f3ee80483d15a52c753cb6df9432
WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseInbound.cs
@@ -66,6 +66,11 @@
        /// 物料规格
        /// </summary>
        public string MaterieSpec { get; set; }
        /// <summary>
        /// 物料类型
        /// </summary>
        public int MaterielType { get; set; }
        /// <summary>
        /// 批次号
        /// </summary>
@@ -81,7 +86,7 @@
        /// <summary>
        /// WMS源库位
        /// </summary>
        public string OrinalLocation {  get; set; }
        public string OrinalLocation { get; set; }
        public List<BoxList> BoxList { get; set; }
    }