| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using WIDESEA_Entity.DomainModels; |
| | | using WIDESEA_WMS.IServices; |
| | | using WIDESEA_Core.Utilities; |
| | | using WIDESEA_WMS.Services; |
| | | |
| | | namespace WIDESEA_WMS.Controllers |
| | | { |
| | |
| | | _service = service; |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | /// <summary> |
| | | /// 设置ç¼åæ¶ç¦ç¨å¯ç¨ |
| | | /// </summary> |
| | | /// <param name="parm"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("SetStationEnable")] |
| | | public WebResponseContent SetStationEnable([FromBody] object parm) |
| | | { |
| | | return dt_stationinfoService.Instance.SetStationEnable(parm); |
| | | } |
| | | } |
| | | } |