ShopExt.php 176 B

12345678910111213
  1. <?php
  2. namespace bizHd\shop\models;
  3. use bizHd\base\models\Base;
  4. class ShopExt extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhShopExt';
  9. }
  10. }