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