1
z8018
2025-06-06 ee5e3a086a5dc145e7f5df3de32e0e072c183949
project/WCS/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;
@@ -175,8 +176,6 @@
        public WebResponseContent SaveFiles(IFormCollection files)
        {
            return Service.SaveFiles(files);
        }
        /// <summary>
@@ -247,6 +246,13 @@
            return Service.DeleteUserIsface(account);
        }
        [HttpPost, Route("YShowUserList"),AllowAnonymous]
        public WebResponseContent YShowUserList([FromBody] PaginationDTO pagination)
        {
            return Service.YShowUserList(pagination);
        }
    }
    public class SwaggerLoginRequest