package com.flyer.foster.service.impl; import com.flyer.foster.entity.Role; import com.flyer.foster.mapper.IRoleMapper; import com.flyer.foster.service.IRoleService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 角色表 服务实现类 *

* * @author flyer * @since 2024-05-06 */ @Service public class RoleServiceImpl extends ServiceImpl implements IRoleService { }