搜索出库增加仓库

This commit is contained in:
18942506660
2024-07-27 11:34:10 +08:00
parent 18a01836d3
commit 5c566a9e47
6 changed files with 14 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ namespace WMS.Web.Domain.Infrastructure
//根据订单号获取订单信息
Task<List<GetOutStockTaskByNoResponse>> GetOutStockTaskListByNo(string billNo);
//模糊搜索订单号
Task<List<string>> GetOutStockTaskNosByNo(string billNo);
Task<List<string>> GetOutStockTaskNosByNo(string billNo, string stockCode);
//根据订单号获取订单信息
Task<GetOutStockTaskByNoResponse> GetOutStockTaskByNo(string billNo);
}