MerchantExtend.php 188 B

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