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