yanjinhui
2025-06-02 4b4cc0dd66d0bfb8220709f6a5edd5fc3b8a65c2
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