package com.lyms.cm.controller.sys; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import com.lyms.web.controller.BaseController; /** *
* 部门 科室表 前端控制器 *
* * @author maliang * @since 2017-03-08 */ @Controller @RequestMapping("/sysDepartments") public class SysDepartmentsController extends BaseController { }