StatVisit.php 163 B

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