1
huanghongfeng
2025-03-07 f1f29f5329102870476653fa6c6ca42b80226078
项目代码/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);
        }
    }
}