Files
go-common/app/interface/main/ugcpay-rank/api/http/model.go
2019-04-22 18:49:16 +08:00

33 lines
694 B
Go

package http
import (
"go-common/app/service/main/ugcpay-rank/api/http"
)
// Common .
type Common = http.Common
// RetRankElecAllAV .
type RetRankElecAllAV = http.RetRankElecAllAV
// RetRankElecMonth .
type RetRankElecMonth = http.RetRankElecMonth
// RetRankElecMonthUP .
type RetRankElecMonthUP = http.RetRankElecMonthUP
// ArgRankElecMonth .
type ArgRankElecMonth = http.ArgRankElecMonth
// ArgRankElecMonthUP .
type ArgRankElecMonthUP = http.ArgRankElecMonthUP
// RespRankElecMonth .
type RespRankElecMonth = http.RespRankElecMonth
// RespRankElecMonthUP .
type RespRankElecMonthUP = http.RespRankElecMonthUP
// RespRankElecAllAV .
type RespRankElecAllAV = http.RespRankElecAllAV