SysRolePermissionMapsController.java 479 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
package com.lyms.cm.controller.sys;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

import com.lyms.web.controller.BaseController;

/**
* <p>
* 角色权限映射表 前端控制器
* </p>
*
* @author fangcheng
* @since 2017-03-08
*/
@Controller
@RequestMapping("/sysRolePermissionMaps")
public class SysRolePermissionMapsController extends BaseController {
public static void main(String[] args) {
}
}