<?php namespace bizJd\apply\models; use bizJd\base\models\Base; class Apply extends Base { public static function tableName() { return 'xhApply'; } }