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