<?php namespace biz\stat\models; use biz\base\models\Base; class StatCgMonth extends Base { public static function tableName() { return 'xhStatCgMonth'; } }