Exemple #1
0
 @RequestMapping("/czyadd")
 @ResponseBody
 public Json czyadd(@ModelAttribute Czy czy) {
   czyService.addCzy(czy);
   return new Json(true, "增加成功");
 }