完成管理员管理

This commit is contained in:
augushong
2019-10-05 21:30:05 +08:00
parent 0db279315c
commit 79a78a889e
9 changed files with 392 additions and 36 deletions

13
app/model/User.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
namespace app\model;
use think\Model;
/**
* @mixin think\Model
*/
class User extends Model
{
//
}