Update DepartmentController.java

master
py2tc4x5b 2 years ago
parent 47d62f54b2
commit d9d97a8c06

@ -23,11 +23,6 @@ public class DepartmentController {
@Autowired
private IDeptService deptService;
/***
*
* @param page
* @return
*/
@RequestMapping("/toDepartment")
public ModelAndView toDepartment(Page page){
ModelAndView mv = new ModelAndView();

Loading…
Cancel
Save