代码功能更新

This commit is contained in:
root
2025-05-18 07:42:27 +00:00
parent 7fc1d422a1
commit 4a90c41da2
2083 changed files with 695218 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
/**
* 菜单与角色关系模型
*/
namespace app\model\admin\menu;
use think\model\Pivot;
class Role extends Pivot
{
protected $name = 'admin_menu_role';
}