parent
e3f48ad9b5
commit
11bce15e75
6 changed files with 28 additions and 60 deletions
@ -1,20 +0,0 @@ |
|||||||
package com.msdw.tms.controller; |
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RestController; |
|
||||||
|
|
||||||
/** |
|
||||||
* <p> |
|
||||||
* 用户角色表 前端控制器 |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Qyq |
|
||||||
* @since 2021-02-24 |
|
||||||
*/ |
|
||||||
@RestController |
|
||||||
@RequestMapping("/sys-role") |
|
||||||
public class SysRoleController { |
|
||||||
|
|
||||||
} |
|
@ -1,20 +0,0 @@ |
|||||||
package com.msdw.tms.controller; |
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RestController; |
|
||||||
|
|
||||||
/** |
|
||||||
* <p> |
|
||||||
* 角色权限中间表 前端控制器 |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Qyq |
|
||||||
* @since 2021-02-24 |
|
||||||
*/ |
|
||||||
@RestController |
|
||||||
@RequestMapping("/sys-role-permission") |
|
||||||
public class SysRolePermissionController { |
|
||||||
|
|
||||||
} |
|
@ -1,20 +0,0 @@ |
|||||||
package com.msdw.tms.controller; |
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RestController; |
|
||||||
|
|
||||||
/** |
|
||||||
* <p> |
|
||||||
* 用户角色中间表 前端控制器 |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Qyq |
|
||||||
* @since 2021-02-24 |
|
||||||
*/ |
|
||||||
@RestController |
|
||||||
@RequestMapping("/sys-user-role") |
|
||||||
public class SysUserRoleController { |
|
||||||
|
|
||||||
} |
|
Loading…
Reference in new issue