邀请用户记录

This commit is contained in:
2022-09-16 14:14:25 +08:00
parent 1050a87759
commit 385c0144cc
2 changed files with 27 additions and 3 deletions

View 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;
}