xhQrcodeScene.php 318 B

123456789101112131415161718192021
  1. <?php
  2. namespace common\models;
  3. /**
  4. * This is the model class for table "xhQrcodeScene".
  5. *
  6. * @property integer $id
  7. * @property integer $sceneType
  8. */
  9. class xhQrcodeScene extends xhBaseModel
  10. {
  11. /**
  12. * @inheritdoc
  13. */
  14. public static function tableName()
  15. {
  16. return 'xhQrcodeScene';
  17. }
  18. }