项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/Stock/VV_MesLockInfoController.cs
@@ -11,4 +11,16 @@ { } [HttpGet,HttpPost,Route("GetMesLockInfo"),AllowAnonymous] public WebResponseContent GetMesLockInfo() { return Service.GetMesLockInfo(); } [HttpGet, HttpPost, Route("GetStockInfo"), AllowAnonymous] public WebResponseContent GetStockInfo(string PVI) { return Service.GetStockInfo(PVI); } }