1
huangxiaoqiang
2025-11-25 a445042e4aae3f5eb296d82b54bee029836fb063
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/StockInfoController.cs
@@ -41,4 +41,10 @@
    {
        return Service.GetStockData();
    }
    [HttpPost, HttpGet, Route("PrintOrder"), AllowAnonymous]
    public Task<WebResponseContent> PrintOrder([FromBody]object[] key)
    {
        return Service.PrintOrder(key);
    }
}