<?php namespace App\Services; use App\Models\AgentInfo; use Slowlyo\OwlAdmin\Services\AdminService; /** * 代理商 * * @method AgentInfo getModel() * @method AgentInfo|\Illuminate\Database\Query\Builder query() */ class AgentInfoService extends AdminService { protected string $modelName = AgentInfo::class; }