CalcBonusBsDetailCalc.php 348 B

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