dengjunjie
5 天以前 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Interface/ProductionLineController.cs
@@ -17,6 +17,11 @@
        {
            _taskService = taskService;
        }
        /// <summary>
        /// 浜х嚎鐢宠鍏ュ簱
        /// </summary>
        /// <param name="lineDTO"></param>
        /// <returns></returns>
        [HttpPost, Route("ProductionlineRequest")]
        public WebResponseContent ProductionlineRequest([FromBody] ProductionlineDTO lineDTO)
        {