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