邀请用户记录
This commit is contained in:
14
app/model/AppUserRelation.php
Normal file
14
app/model/AppUserRelation.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class AppUserRelation extends Model
|
||||
{
|
||||
|
||||
protected $table = 'fa_app_user_relation';
|
||||
|
||||
protected $autoWriteTimestamp = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user