Special.php 179 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: xiaofeng
  5. * Date: 2018/3/4
  6. * Time: 上午9:49
  7. */
  8. namespace common\models;
  9. use yii\db\ActiveRecord;
  10. class Special extends Common
  11. {
  12. }