<?php namespace app\api\model; use think\Model; class Third extends Model { protected $name = 'third'; }