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