go-common/app/job/main/growup/model/income/up_archive_statis.go

29 lines
499 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
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
}