CalcBonusBsDetailBonus.php 351 B

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