<?php namespace App\Module\GameItems\AdminControllers\Metrics; /** * 草莓持有排名图表 */ class StrawberryRanking extends FruitRankingBase { /** * 草莓物品ID */ protected $fruitId = 6; /** * 果实名称 */ protected $fruitName = '草莓'; }