提交 d05140b5 编写于 作者: M megagao

插入客户时,补全客户信息

上级 c58f34fd
......@@ -33,6 +33,16 @@ public class CustomController {
return "custom_list";
}
@RequestMapping("/add")
public String add() {
return "custom_add";
}
@RequestMapping("/edit")
public String edit() {
return "custom_edit";
}
@RequestMapping("/get_data")
@ResponseBody
public List<Custom> getData() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册