流世幻羽

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年10月30日

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