<?php namespace app\common\model; use think\Model; // 邀请模型 class InviteInfo extends Model { //protected $resultSetType = 'collection';// 设置返回类型 }