供应商信息

This commit is contained in:
tongfei
2023-11-08 14:13:17 +08:00
parent 09e30675e1
commit 333f0a0c10
6 changed files with 138 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ using WMS.Web.Core.Dto.Erp;
using WMS.Web.Core.Dto.Erp.Org;
using WMS.Web.Core.Dto.Erp.OutStock;
using WMS.Web.Core.Dto.Erp.Purchase;
using WMS.Web.Core.Dto.Erp.Supplier;
using WMS.Web.Core.Internal.Results;
using WMS.Web.Domain.Entitys;
@@ -60,6 +61,12 @@ namespace WMS.Web.Domain.IService.Public
/// <returns></returns>
Task<ResultList<ErpOrgDto>> BillQueryForOrg();
/// <summary>
/// 供应商
/// </summary>
/// <returns></returns>
Task<ResultList<ErpSupplierDto>> BillQueryForSupplier();
/// <summary>
/// 获取仓库信息
/// </summary>