<?php namespace App\Services; use App\Models\ReportUserList; use Slowlyo\OwlAdmin\Services\AdminService; /** * 临时用户列表 * * @method ReportUserList getModel() * @method ReportUserList|\Illuminate\Database\Query\Builder query() */ class ReportUserListService extends AdminService { protected string $modelName = ReportUserList::class; }