修复bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user