29303132333435363738
/** * 查看限制资源界面 */ public String info() { RestrictionHelper helper = new RestrictionHelper(entityDao); helper.setRestrictionService(restrictionService); helper.populateInfo(helper.getHolder()); return forward(); }