添加网站文件
This commit is contained in:
11
application/common/model/UserLevel.php
Normal file
11
application/common/model/UserLevel.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
|
||||
use think\Model;
|
||||
|
||||
class UserLevel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user