public AjaxResult remove(String ids) { return toAjax(bannerService.deleteBannerById(Integer.valueOf(ids))); }