1
yangpeixing
3 天以前 48e2278d7ac330c7f05deda6f884acb6f01206b4
WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseInbound.cs
@@ -69,6 +69,11 @@
        /// 物料规格
        /// </summary>
        public string MaterieSpec { get; set; }
        /// <summary>
        /// 物料类型
        /// </summary>
        public int MaterielType { get; set; }
        /// <summary>
        /// 批次号
        /// </summary>
@@ -84,7 +89,7 @@
        /// <summary>
        /// WMS源库位
        /// </summary>
        public string OrinalLocation {  get; set; }
        public string OrinalLocation { get; set; }
        public List<BoxList> BoxList { get; set; }
    }