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