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