<?php namespace App\Module\UrsPromotion\Repositorys; use App\Module\UrsPromotion\Models\UrsProfit; /** * URS团队收益记录仓库 * * 用于后台管理数据访问 */ class UrsProfitRepository { // 此类仅用于后台管理数据访问,不包含任何方法 }