推进管理员管理和权限管理

This commit is contained in:
augushong
2019-09-04 13:25:48 +08:00
parent 0ddbf60878
commit ee2c8bf106
16 changed files with 658 additions and 23 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace app\model;
use think\Model;
/**
* 权限表
* @mixin think\Model
*/
class AdminPermission extends Model
{
//
}