xhWxMenu.php 164 B

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