z8018
2025-04-01 7ad4c76e91735cf3333c8bc0d2016bacf6ae7d04
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/OrderDetailsController.cs
@@ -22,7 +22,7 @@
        }
        [HttpPost,Route("ToMesBarc"), AllowAnonymous]
        public bool ToMesBarc(int Barcodes)
        public ToMesBarcRes ToMesBarc(int Barcodes)
        {
            return Service.ToMesBarc(Barcodes);
        }