Shop.php 169 B

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