提交 | 用户 | 时间
|
1ac2bc
|
1 |
package cn.stylefeng.guns.sys.modular.system.service; |
懒 |
2 |
|
|
3 |
import cn.stylefeng.guns.sys.modular.system.entity.Relation; |
|
4 |
import cn.stylefeng.guns.sys.modular.system.mapper.RelationMapper; |
|
5 |
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
|
6 |
import org.springframework.stereotype.Service; |
|
7 |
|
|
8 |
/** |
|
9 |
* <p> |
|
10 |
* 角色和菜单关联表 服务实现类 |
|
11 |
* </p> |
|
12 |
* |
|
13 |
* @author stylefeng |
|
14 |
* @since 2018-12-07 |
|
15 |
*/ |
|
16 |
@Service |
|
17 |
public class RelationService extends ServiceImpl<RelationMapper, Relation> { |
|
18 |
|
|
19 |
} |