yangpeixing
7 天以前 6cb85536a0b7edf936cfc7b68502c858068c140f
项目代码/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);
    }
}