测试
This commit is contained in:
@@ -26,6 +26,6 @@ namespace WMS.Web.Domain.IService.Public
|
||||
/// 获取即时库存
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<Result<List<LingXingInventoryResponse>>> GetInventory(LingXingInventoryRequest dto);
|
||||
public Task<Result<List<LingXingInventoryResponse>>> GetInventory(List<int> ids);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user