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-02 */ @Controller @RequestMapping("/sysRoles") public class SysRolesController extends BaseController { }