项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs
@@ -2,6 +2,7 @@ using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core.BaseController; using WIDESEA_Core.Const; using WIDESEA_DTO.Stock; using WIDESEA_IBasicRepository; using WIDESEA_IStockRepository; @@ -34,5 +35,12 @@ { return Service.Repository.GetPalletStockInfo(roadwayNo); } [HttpGet, Route("GetPalletcount"), AllowAnonymous] public int GetPalletcount(string Cachecount) { return Service.Repository.GetPalletcount(Cachecount); } } }