| 1234567891011121314151617 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- namespace app\modules\common\controllers\qqdcopy;
- class QqdCat extends \yii\db\ActiveRecord
- {
-
- public static function tableName()
- {
- return '{{%qqd_cat}}';
- }
- }
|