erp客户同步
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using WMS.Web.Core.Dto.Erp;
|
||||
using WMS.Web.Core.Dto.Erp.Customer;
|
||||
using WMS.Web.Core.Dto.Erp.Org;
|
||||
using WMS.Web.Core.Dto.Erp.Supplier;
|
||||
|
||||
@@ -58,7 +59,14 @@ namespace WMS.Web.Domain.IService.Public
|
||||
/// <param name="supplierId"></param>
|
||||
/// <returns></returns>
|
||||
string GetSupplierName(List<ErpSupplierDto> erpSuppliers, int supplierId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取客户名称
|
||||
/// </summary>
|
||||
/// <param name="erpCustomers"></param>
|
||||
/// <param name="customerId"></param>
|
||||
/// <returns></returns>
|
||||
string GetCustomerName(List<ErpCustomerDto> erpCustomers, int customerId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取仓库名称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user