| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.Telescopic; |
| | | using WIDESEAWCS_ITelescopicService; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | |
| | | public LoginhsyController(ILoginhsyService service) : base(service) |
| | | { |
| | | } |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç»å
¥è®°å½ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("LoginRecord"),AllowAnonymous] |
| | | public WebResponseContent LoginRecord([FromBody]PaginationDTO pagination) |
| | | { |
| | | return Service.LoginRecord(pagination); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç»æ¨åºæ¶é´ |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("OutLoginTime"), AllowAnonymous] |
| | | public WebResponseContent OutLoginTime(int id) |
| | | { |
| | | return Service.OutLoginTime(id); |
| | | } |
| | | >>>>>>> Stashed changes |
| | | } |
| | | } |