代码功能更新
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* 菜单与角色关系模型
|
||||
*/
|
||||
|
||||
namespace app\model\admin\menu;
|
||||
|
||||
use think\model\Pivot;
|
||||
|
||||
class Role extends Pivot
|
||||
{
|
||||
protected $name = 'admin_menu_role';
|
||||
}
|
||||
Reference in New Issue
Block a user