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 income
import (
"go-common/library/time"
)
// UpArchStatis up archive statistics
type UpArchStatis struct {
MID int64
WeeklyDate time.Time
WeeklyAIDs string
MonthlyDate time.Time
MonthlyAIDs string
}
// UpAvStatis up av statistics
type UpAvStatis struct {
ID int64
MID int64
WeeklyDate time.Time
WeeklyAvIDs string
MonthlyDate time.Time
MonthlyAvIDs string
IsDeleted int
CTime time.Time
MTime time.Time
DBState int
}