项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/Stock/VV_MesLockInfoController.cs
@@ -11,4 +11,22 @@ { } [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); } [HttpGet, HttpPost, Route("MesLock"), AllowAnonymous] public WebResponseContent MesLock([FromBody] object[] keys) { return Service.MesLock(keys); } }