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