Commit 85e36b41 by lizefeng

新增一个查询实时缺货的接口

parent 755531ef
......@@ -14,7 +14,7 @@ namespace AutoTurnOver.Controllers
[ApiController]
public class ApiController : ControllerBase
{
[HttpPost("GetPurchaseSkuPage")]
[HttpPost("GetOutStockPage")]
public ActionResult<RequestResultDto> GetOutStockPage([FromBody] dc_quantity_out_stock_search_dto search)
{
return new RequestResultDto { success = true, data = ApiServices.GetOutStockPage(search) };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment