listInterval.go 387 字节
package service

type ListIntervalService struct {

}

// TODO 创建排行榜时间


// TODO 返回排行榜时间列表


// TODO 返回排行榜时间


// TODO 更新排行榜时间


// TODO 移除排行榜时间


func NewListIntervalService(options map[string] interface{}) *ListIntervalService {
	newListIntervalService := &ListIntervalService{}
	return newListIntervalService
}