<?php namespace bizHd\stat\models; use bizHd\base\models\Base; class StatVisit extends Base { public static function tableName() { return 'xhStatVisit'; } }