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