<?php namespace app\enterprise\model; use think\Model; /** * Description of Talent * * @author sgq */ class EnterpriseRecord extends Model { protected $table = "new_enterprisechange_record"; }