项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Dt_RepairController.cs
@@ -43,5 +43,10 @@ { return Service.UpdateBarcoend(barocde, wcount, selectvalue); } [HttpGet, Route("UpdateBarcoendwj"), AllowAnonymous] public WebResponseContent UpdateBarcoendwj(string barocde) { return Service.UpdateBarcoendwj(barocde); } } }