bklLiudl
昨天 d3e81088f1afdc01b14af6bdac533116ab0cdb60
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);
    }
}