UserEnterLog.php 125 B

123456789101112131415
  1. <?php
  2. declare(strict_types=1);
  3. namespace app\common\model;
  4. use think\Model;
  5. class UserEnterLog Extends Model
  6. {
  7. }