| 123456789101112131415161718192021 |
- <?php
- namespace common\models;
- /**
- * This is the model class for table "xhQrcodeScene".
- *
- * @property integer $id
- * @property integer $sceneType
- */
- class xhQrcodeScene extends xhBaseModel
- {
- /**
- * @inheritdoc
- */
- public static function tableName()
- {
- return 'xhQrcodeScene';
- }
- }
|