QtrCalcWeight.php 320 B

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