| 123456789101112131415161718192021222324 |
- <?php
- // +----------------------------------------------------------------------
- // | Laravel框架 [ Laravel ]
- // +----------------------------------------------------------------------
- // | 版权所有 2017~2021 Laravel研发中心
- // +----------------------------------------------------------------------
- // | 官方网站: http://www.laravel.cn
- // +----------------------------------------------------------------------
- // | Author: wesmiler <12345678@qq.com>
- // +----------------------------------------------------------------------
- namespace App\Services;
- /**
- * 角色菜单关系-服务类
- * @author wesmiler
- * @since 2020/11/11
- * Class RoleMenuService
- * @package App\Services
- */
- class RoleMenuService extends BaseService
- {
- }
|