MerchantExtend.php 199 B

1234567891011121314151617
  1. <?php
  2. namespace bizGhs\merchant\models;
  3. use bizHd\base\models\Base;
  4. class MerchantExtend extends Base
  5. {
  6. /**
  7. * @inheritdoc
  8. */
  9. public static function tableName()
  10. {
  11. return 'xhSjExt';
  12. }
  13. }