分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-09 a8e17feaaaafd549c81ea7e18f5c968af28d9391
代码管理/PCS/WCS_Server/WIDESEA_WebApi/Controllers/WIDESEA_WCS/Partial/dt_mes_headController.cs
@@ -49,5 +49,11 @@
        {
            return Service.OutsorcingWorkOrder(saveModel);
        }
        [HttpPost, Authorize, Route("CancelsorcingWorkOrder"), AllowAnonymous]
        public WebResponseContent CancelsorcingWorkOrder([FromBody] SaveModel saveModel)
        {
            return Service.CancelsorcingWorkOrder(saveModel);
        }
    }
}