| | |
| | | namespace WIDESEA_WMSServer.Controllers; |
| | | using WIDESEA_DTO; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers; |
| | | |
| | | [Route("api/[controller]")] |
| | | [ApiController] |
| | |
| | | { |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è½¦è½´ä¸æï¼å馿¡ç |
| | | /// </summary> |
| | | /// <param name="saveModel"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, AllowAnonymous, Route("RequestAxleloading")] |
| | | public WebResponseContent RequestAxleloading([FromBody] RequestTaskDto input) |
| | | { |
| | | return Service.RequestAxleloading(input); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è½¦è½´ç¶ææ´æ¹ |
| | | /// </summary> |
| | | /// <param name="saveModel"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, AllowAnonymous, Route("UpdateAxleCurrentStatue")] |
| | | public WebResponseContent UpdateAxleCurrentStatue([FromBody] RequestTaskDto input) |
| | | { |
| | | return Service.UpdateAxleCurrentStatue(input); |
| | | } |
| | | } |