调整出库单号搜索
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user