bug
liuying
2024-04-25 ae4e29f352975c2197521cf3c0b7179868d8cb84
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsMaterial/Dto/WmsMaterialInput.cs
@@ -306,7 +306,7 @@
        /// <summary>
        /// 物料类型
        /// </summary>
        public virtual int? MaterialType { get; set; }
        public virtual long? MaterialType { get; set; }
        
        /// <summary>
        /// 物料组
@@ -458,4 +458,5 @@
        public List<BaseCustomerInput> BaseCustomerList   { get; set; }
    }
}