Ejemplo n.º 1
0
 /**
  * 添加
  *
  * @return
  * @throws Exception
  */
 public String add() throws Exception {
   guanzhuresService.add(guanzhures);
   return this.view();
 }