xhTrainTeacher.php 205 B

1234567891011121314151617
  1. <?php
  2. namespace common\models;
  3. use Yii;
  4. class xhTrainTeacher extends xhBaseModel
  5. {
  6. /**
  7. * @inheritdoc
  8. */
  9. public static function tableName()
  10. {
  11. return 'xhPxTeacher';
  12. }
  13. }