wxw
2 天以前 756242b5a1ca2263bcdff8b72f9f9e95836ded97
Wms/WMS.IBLL/ISysServer/ICustomerServer.cs
@@ -1,4 +1,5 @@
using Model.ModelDto.SysDto;
using Model.InterFaceModel;
using Model.ModelDto.SysDto;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -79,5 +80,13 @@
        /// <param name="userId"></param>
        /// <returns></returns>
        Task<bool> DelsCustomer(List<int> ids, int userId);
        /// <summary>
        /// SAP新增客户供应商数据
        /// </summary>
        /// <param name="model"></param>
        /// <returns></returns>
        /// <exception cref="Exception"></exception>
        Task<string> AddCustomerSap(SendCustomerVm model);
    }
}