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