xhQrcodeSubscribe.php 384 B

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