调整接口

This commit is contained in:
18942506660
2023-11-10 14:32:13 +08:00
parent e10ef1c136
commit 53a52104fa
8 changed files with 90 additions and 21 deletions

View File

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