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

15 lines
201 B
Go
Raw Normal View History

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