This commit is contained in:
2022-09-09 16:56:17 +08:00
parent ad89890c2a
commit bf15a185ce

View File

@@ -6,5 +6,5 @@ use think\Model;
class AppUser extends Model
{
protected $table = 'fa_app_users';
}