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