<?php namespace app\common\model; use think\model; /** * Description of TalentLog * * @author sgq */ class TalentLog extends model { protected $table = "new_talent_checklog"; }