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