<?php namespace common\models; class xhStatIncome extends xhBaseModel { /** * @inheritdoc */ public static function tableName() { return 'xhStatIncome'; } }