Zhang-Hong-Lin
2025-03-10 eb72ad7c5ec8f4f0cd8b291d16534a10e9eb113c
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/OutStockController.cs
@@ -26,5 +26,16 @@
        {
            return Service.UpdateIsOutStock(isout);
        }
        /// <summary>
        /// 淇敼姝e父鍏ュ簱杩樻槸鐩存帴鍏ュ簱
        /// </summary>
        /// <param name="batch"></param>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("UpdateInOut")]
        public WebResponseContent UpdateInOut(int isout)
        {
            return Service.UpdateInOut(isout);
        }
    }
}