zhanghonglin
9 天以前 8f9b9411ca279670bd85fcfa7763987295ed9abf
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/OutstockinfoController.cs
@@ -30,5 +30,13 @@
        {
            return Service.UpdateOutstockinfo(num);
        }
        //绌烘《鍏ュ簱璁剧疆
        [HttpPost, HttpGet, Route("EmptyOutSet"), AllowAnonymous]
        public WebResponseContent EmptyOutSet(string Code)
        {
            return Service.EmptyOutSet(Code);
        }
    }
}