xhStatDealByDay.php 439 B

12345678910111213141516171819202122232425
  1. <?php
  2. namespace common\models;
  3. /**
  4. * This is the model class for table "xhStatDealByDay".
  5. *
  6. * @property integer $id
  7. * @property integer $time
  8. * @property integer $riseNum
  9. * @property integer $totalNum
  10. * @property integer $sjId
  11. * @property string $createTime
  12. */
  13. class xhStatDealByDay extends xhBaseModel
  14. {
  15. /**
  16. * @inheritdoc
  17. */
  18. public static function tableName()
  19. {
  20. return 'xhStatDealByDay';
  21. }
  22. }