mirror of https://gitee.com/stylefeng/roses
角色权限增加service注解
parent
224c7fde44
commit
34ee235a6c
|
@ -17,6 +17,9 @@ import cn.stylefeng.roses.kernel.sys.modular.role.service.SysRoleMenuService;
|
|||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
@ -28,6 +31,7 @@ import java.util.stream.Collectors;
|
|||
* @author fengshuonan
|
||||
* @since 2023/6/14 14:13
|
||||
*/
|
||||
@Service
|
||||
public class RoleBindAppImpl implements RoleAssignOperateAction {
|
||||
|
||||
@Resource
|
||||
|
|
|
@ -15,6 +15,9 @@ import cn.stylefeng.roses.kernel.sys.modular.role.service.SysRoleMenuService;
|
|||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
|
@ -24,6 +27,7 @@ import java.util.List;
|
|||
* @author fengshuonan
|
||||
* @since 2023/6/14 14:13
|
||||
*/
|
||||
@Service
|
||||
public class RoleBindTotalImpl implements RoleAssignOperateAction {
|
||||
|
||||
@Resource
|
||||
|
|
Loading…
Reference in New Issue