huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
项目代码/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);
        }
    }
}