<?php namespace biz\merchant\models; use biz\base\models\Base; class MerchantExtend extends Base { /** * @inheritdoc */ public static function tableName() { return 'xhMerchantExtend'; } }