Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
package model
// UpBill up_bill
type UpBill struct {
MID int64
FirstIncome int64
MaxIncome int64
TotalIncome int64
AvCount int64
AvMaxIncome int64
AvID int64
QualityValue int64
DefeatNum int
Fans int64
TotalPlayCount int64
Title string
ShareItems string
FirstTime string
MaxTime string
SignedAt string
EndAt string
}
// UpQuality up quality
type UpQuality struct {
MID int64
Quality int64
}