<?php namespace bizGhs\stat\models; use bizGhs\base\models\Base; class StatKd extends Base { public static function tableName() { return 'xhStatKd'; } }