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