//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Server.Config
{
public enum TimeRankType
{
///
/// 日榜
///
Day = 1,
///
/// 月榜
///
Month = 2,
///
/// 年榜
///
Year = 3,
///
/// 季傍
///
Quarter = 4,
///
/// 周榜
///
Week = 5,
///
/// 冲榜
///
ChongBang = 99,
}
}