payne
2024-04-25 b57f4eca1133a7ecad85abf3cff87fe88c366ec2
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; }
    }
}