2026-07-12 17:38:48 +08:00

13 lines
199 B
Go

package ledger
type AgencyHostGiftStats struct {
GiftIncome int64
GiftedHostCount int64
}
type AgencyHostGiftStatsQuery struct {
HostUserIDs []int64
StartAtMS int64
EndAtMS int64
}