package com.lantone.dblayermbg.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.lantone.dblayermbg.entity.Role; import com.lantone.dblayermbg.mapper.RoleMapper; import com.lantone.dblayermbg.service.RoleService; import org.springframework.stereotype.Service; /** *

* 角色表 Service实现类 *

*/ @Service public class RoleServiceImpl extends ServiceImpl implements RoleService { }