| | |
| | | return _taskService.UploadMesMaterialLotaAcept(model); |
| | | } |
| | | /// <summary> |
| | | /// PP搴撳瓨鏌ヨ |
| | | /// 鎴愬搧杩斿伐鎻愬簱 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("BagInfoSync"), AllowAnonymous] |
| | | public MesResponseContent BagInfoSync([FromBody] Root<MesBagInfoModel> model) |
| | | [HttpPost,Route("RworkTask"),AllowAnonymous] |
| | | public MesResponseContent RworkTask([FromBody] RworkTaskModel model) |
| | | { |
| | | return _taskService.BagInfoSync(model.Content); |
| | | return _taskService.RworkTask(model); |
| | | } |
| | | |
| | | } |
| | | } |