<?php namespace app\common\model; use think\Model; class FlowLogs extends Model { //定义输出结果为集合 protected $resultSetType = 'collection'; }