project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -14,6 +14,7 @@ using WIDESEAWCS_Core.HttpContextUser; using WIDESEAWCS_Core.Utilities; using WIDESEAWCS_DTO.SerialPort; using WIDESEAWCS_DTO.Telescopic; using WIDESEAWCS_ISystemServices; using WIDESEAWCS_Model; using WIDESEAWCS_Model.Models; @@ -247,6 +248,13 @@ return Service.DeleteUserIsface(account); } [HttpPost, Route("YShowUserList"), AllowAnonymous] public WebResponseContent YShowUserList([FromBody] PaginationDTO pagination) { return Service.YShowUserList(pagination); } } public class SwaggerLoginRequest