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