| 12345678910111213141516171819 |
- <?php
- namespace common\models;
- use Yii;
- /**
- * This is the model class for table "{{%QTR_CALC_RECORD}}".
- */
- class QtrCalcRecord extends \common\components\ActiveRecord
- {
- /**
- * @inheritdoc
- */
- public static function tableName()
- {
- return '{{%QTR_CALC_RECORD}}';
- }
- }
|