调整出库单号搜索

This commit is contained in:
18942506660
2023-11-09 14:58:03 +08:00
parent b396c980b0
commit 457d291f4a
5 changed files with 28 additions and 69 deletions

View File

@@ -37,6 +37,6 @@ namespace WMS.Web.Domain.Infrastructure
//获取实体
Task<OutStockTask> Get(int id);
//根据订单号获取订单信息
Task<GetOutStockTaskByNoResponse> GetOutStockTaskByNo(string billNo);
Task<List<GetOutStockTaskByNoResponse>> GetOutStockTaskByNo(string billNo);
}
}