ApiConfig.php 115 B

12345678
  1. <?php
  2. namespace app\common\model\monitor;
  3. class ApiConfig extends Base
  4. {
  5. protected $table='api_config';
  6. }