<?php namespace App\Module\UrsPromotion\Repositorys; use App\Module\UrsPromotion\Models\UrsTalentConfig; /** * URS达人等级配置仓库 * * 用于后台管理数据访问 */ class UrsTalentConfigRepository { // 此类仅用于后台管理数据访问,不包含任何方法 }