<?php namespace app\common\model; use think\Model; class TalentCommonFile extends Model{ protected $table = "new_talent_common_file"; }