<?php namespace bizHd\part\models; use bizHd\base\models\Base; class Part extends Base { public static function tableName() { return 'xhPart'; } }