<?php namespace bizHd\stat\models; use bizHd\base\models\Base; class StatWorkCatItemMonth extends Base { public static function tableName() { return 'xhStatWorkCatItemMonth'; } }