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