1
z8018
2025-04-05 b5dd6918e906b194f99b88d11ce343f457af19c3
项目代码/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);
        }