payne
2024-04-25 0db27b2ea4752d71db98745b76a1805db8f57aaf
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>
        /// 物料组
@@ -453,9 +453,10 @@
        public List<AddWmsSubstituteGoodInput> SubstituteGoodList { get; set; }
        /// <summary>
        /// 客户档案
        /// 往来关系
        /// </summary>
        public List<BaseCustomerInput> BaseCustomerList   { get; set; }
    }
}