SystemConfig.php 111 B

123456789
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. // 平台信息设置
  5. class SystemConfig extends Model
  6. {
  7. }