供应商信息应用上
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using WMS.Web.Core.Dto.Erp;
|
||||
using WMS.Web.Core.Dto.Erp.Org;
|
||||
using WMS.Web.Core.Dto.Erp.Supplier;
|
||||
|
||||
namespace WMS.Web.Domain.IService.Public
|
||||
{
|
||||
@@ -49,5 +50,13 @@ namespace WMS.Web.Domain.IService.Public
|
||||
/// <param name="orgId"></param>
|
||||
/// <returns></returns>
|
||||
string GetOrgName(List<ErpOrgDto> erpOrgs, int orgId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取供应商名称
|
||||
/// </summary>
|
||||
/// <param name="erpSuppliers"></param>
|
||||
/// <param name="supplierId"></param>
|
||||
/// <returns></returns>
|
||||
string GetSupplierName(List<ErpSupplierDto> erpSuppliers, int supplierId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user