this.setAttr("collist", new String[]{"名称","类别","级别","链接","排序","安全码","图标","状态"});
render("index.html");
}
public void add() {
Long id = this.getParaToLong(0, 0L);
Menu menu=new Menu();
if(id!=null&&id!=0){
menu=Menu.dao.findById(id);
}
setAttr("pojo",menu);
render("add.html");