<?php namespace bizHd\work\models; use bizHd\base\models\Base; class Work extends Base { public static function tableName() { return 'xhWork'; } }