<?php namespace bizMall\stat\models; use bizMall\base\models\Base; class StatIncomeCategoryMonth extends Base { public static function tableName() { return 'xhStatIncomeCategoryMonth'; } }