CalcBonusBsDefaultBonus.php 242 B

1234567891011121314
  1. <?php
  2. namespace common\models;
  3. class CalcBonusBsDefaultBonus extends \common\components\ActiveRecord
  4. {
  5. /**
  6. * @inheritdoc
  7. */
  8. public static function tableName()
  9. {
  10. return '{{%CALC_BONUS_BS_DETAIL_BONUS}}';
  11. }
  12. }