Class SecRoleController
java.lang.Object
cn.sliew.carp.module.security.core.controller.SecRoleController
@RestController
@RequestMapping("/api/carp/security/role")
public class SecRoleController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(@Valid SecRoleAddParam param) deleteBatch(List<Long> ids) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>list(@Valid SecRoleListParam param) listAll(@Valid SecRoleListParam param) update(@Valid SecRoleUpdateParam param)
-
Constructor Details
-
SecRoleController
public SecRoleController()
-
-
Method Details
-
list
@GetMapping("page") public cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO> list(@Valid @Valid SecRoleListParam param) -
listAll
-
get
-
add
-
update
-
delete
-
deleteBatch
-