1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -142,4 +142,17 @@
    {
        return  Service.UpWheelsFlow(saveModel);
    }
    /// <summary>
    /// 鏄剧ず搴撳瓨鏈夊灏戣秴鏈熺殑
    /// </summary>
    /// <param name="saveModel"></param>
    /// <returns></returns>
    [HttpPost, AllowAnonymous, Route("GetStockStatue")]
    public WebResponseContent GetStockStatue()
    {
        return Service.GetStockStatue();
    }
}