go-common/app/job/main/growup/model/income/up_info_video.go
2019-04-22 18:49:16 +08:00

15 lines
201 B
Go

package income
import (
"go-common/library/time"
)
// Signed signed up
type Signed struct {
MID int64
AccountState int
SignedAt time.Time
QuitAt time.Time
IsDeleted int
}