<?php namespace app\model; use think\Model; class Forhelp extends Model { protected $connection = 'mysql'; protected $pk = 'id'; protected $name = 'forhelp'; }