代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MES/MesController.cs
@@ -149,6 +149,15 @@ { return _taskService.UploadMesMaterialLotaAcept(model); } /// <summary> /// PP搴撳瓨鏌ヨ /// </summary> /// <param name="model"></param> /// <returns></returns> [HttpPost, Route("BagInfoSync"), AllowAnonymous] public MesResponseContent BagInfoSync([FromBody] Root<MesBagInfoModel> model) { return _taskService.BagInfoSync(model.Content); } } }