采购模糊查询

This commit is contained in:
tongfei
2023-11-03 10:44:42 +08:00
parent 7afffdc84e
commit 4edfd4f5e2
5 changed files with 14 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ using WMS.Web.Core.Dto;
using WMS.Web.Core.Dto.InStockTask;
using WMS.Web.Core.Internal.Results;
using WMS.Web.Domain.Entitys;
using WMS.Web.Domain.Values;
namespace WMS.Web.Domain.Infrastructure
{
@@ -47,7 +48,7 @@ namespace WMS.Web.Domain.Infrastructure
/// </summary>
/// <param name="sourceBillNo"></param>
/// <returns></returns>
Task<List<InStockTaskBillNoQueryResponse>> GetListBy(string sourceBillNo);
Task<List<InStockTaskBillNoQueryResponse>> GetListBy(string sourceBillNo, InstockType? type=null);
/// <summary>
/// 批量添加