BsBonus103CalcEvent.php 334 B

1234567891011121314151617181920
  1. <?php
  2. namespace common\models;
  3. use common\components\ActiveRecord;
  4. /**
  5. * This is the model class for table "{{%BS_BONUS_103_CALC_EVENT}}".
  6. *
  7. */
  8. class BsBonus103CalcEvent extends ActiveRecord
  9. {
  10. /**
  11. * @inheritdoc
  12. */
  13. public static function tableName()
  14. {
  15. return '{{%BS_BONUS_103_CALC_EVENT}}';
  16. }
  17. }