UserGrowth.php 166 B

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