Zhang-Hong-Lin
4 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
项目代码/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);
        }
    }
}