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