1
huangxiaoqiang
2025-11-21 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/ERP/ERPInboundOrderController.cs
@@ -18,5 +18,11 @@
        {
            return service.GetPageData(options);
        }
        [HttpPost, Route("Print"), AllowAnonymous]
        public WebResponseContent Print([FromBody] List<WMS_閲囪喘鍙婃垚鍝佸叆搴撴竻鍗昣ST> wMSs)
        {
            return service.Print(wMSs);
        }
    }
}