刘磊
9 天以前 aacd99ebc27309c3fce8ddf2ccbdcae3f898c9e0
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -30,4 +30,10 @@
    {
        return await Service.initializeLocation(locationID);
    }
    [HttpPost, AllowAnonymous, Route("HandOutTask")]
    public WebResponseContent HandOutTask(int locationID)
    {
        return Service.HandOutTask(locationID);
    }
}