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