yanjinhui
2025-06-17 0bc66c82a07c1b46a98ba7007b0a672fec02176e
项目代码/后端/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -251,6 +251,12 @@
            return Service.YShowUserList(pagination);
        }
        [HttpPost, Route("DelUserList"), AllowAnonymous]
        public WebResponseContent DelUserList([FromBody] int[] keys)
        {
            return Service.DelUserList(keys);
        }
    }
    public class SwaggerLoginRequest