yanjinhui
2025-07-29 c5de0d98241f8c8349fa38851b77efcfc61e4d26
项目代码/后端/后台管理/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -255,6 +255,13 @@
            return Service.YShowUserList(pagination);
        }
        [HttpPost, Route("DelUserList"), AllowAnonymous]
        public WebResponseContent DelUserList([FromBody] int[] keys)
        {
            return Service.DelUserList(keys);
        }
    }
    public class SwaggerLoginRequest