SmartScreenLog.php 83 B

1234567
  1. <?php
  2. namespace app\model;
  3. use think\Model;
  4. class SmartScreenLog extends Model
  5. {
  6. }