WqUniSetting.php 270 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: weifeng
  5. * Date: 2019-10-18
  6. * Time: 10:39
  7. */
  8. namespace app\common\models;
  9. class WqUniSetting extends BaseModel
  10. {
  11. protected $connection = 'mysql';
  12. public $table = 'uni_settings';
  13. public $timestamps = false;
  14. }