setAttr("collist", new String[]{"类别","名称","值","排序号","备注"});
render("index.html");
}
public void add() {
Long id = getParaToLong(0, 0L);
Systemparam systemparam=new Systemparam();
if(id!=null&&id!=0){
systemparam=Systemparam.dao.findById(id);
}
setAttr("pojo",systemparam);
render("add.html");