摘要:
//编辑 @RequestMapping("edit") @ResponseBody public Customer edit(Integer id){ Customer customer = customerService.getCustomerById(id); return customer; 阅读全文
posted @ 2017-10-30 18:45
流世幻羽
阅读(1216)
评论(0)
推荐(0)
|
摘要:
//编辑 @RequestMapping("edit") @ResponseBody public Customer edit(Integer id){ Customer customer = customerService.getCustomerById(id); return customer; 阅读全文
posted @ 2017-10-30 18:45
流世幻羽
阅读(1216)
评论(0)
推荐(0)
|