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