xhGoodsSetting.php 198 B

123456789101112131415
  1. <?php
  2. namespace common\models;
  3. class xhGoodsSetting extends xhBaseModel
  4. {
  5. /**
  6. * @inheritdoc
  7. */
  8. public static function tableName()
  9. {
  10. return 'xhGoodsSetting';
  11. }
  12. }