payne
2024-04-25 873f69e7f1e681cbd1dacd7a39f9140885756fcc
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsMaterial/Dto/WmsMaterialInput.cs
@@ -456,6 +456,12 @@
        /// 往来关系
        /// </summary>
        public List<BaseCustomerInput> BaseCustomerList   { get; set; }
        /// <summary>
        /// 客户档案ID列表
        /// </summary>
        public List<long> BaseCustomerList { get; set; }
    }