bug
liuying
2024-04-25 0a69f79af938212890472de705f95afe650814a3
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; }
    }