超管后台 - 添加项目
This commit is contained in:
13
Server/application/superadmin/model/Users.php
Normal file
13
Server/application/superadmin/model/Users.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace app\superadmin\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 用户模型
|
||||
*/
|
||||
class Users extends Model
|
||||
{
|
||||
// 设置数据表名
|
||||
protected $name = 'users';
|
||||
}
|
||||
Reference in New Issue
Block a user