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 fangcheng * @since 2017-03-08 */ @Controller @RequestMapping("/sysRolePermissionMaps") public class SysRolePermissionMapsController extends BaseController { public static void main(String[] args) { } }