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