iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsMaterial/Dto/WmsMaterialInput.cs
@@ -452,14 +452,14 @@ /// </summary> public List<AddWmsSubstituteGoodInput> SubstituteGoodList { get; set; } /// <summary> /// 往来关系 /// </summary> public List<BaseCustomerInput> BaseCustomerList { get; set; } ///// <summary> ///// 往来单位 ///// </summary> //public List<BaseCustomerInput> BaseCustomerList { get; set; } /// <summary> /// 客户档案ID列表 /// 客户档案(往来单位)ID列表 /// </summary> public List<long> BaseCustomerList { get; set; } }