修复bug

This commit is contained in:
18942506660
2024-11-22 09:16:49 +08:00
parent 657e3e01f7
commit 7db1399eb0
5 changed files with 46 additions and 1 deletions

View File

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