<?php declare(strict_types=1); namespace app\common\model; use think\Model; class UserEnterLog Extends Model { }