Files

13 lines
186 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package model
import "go-common/library/time"
// SignUp table sign_up
type SignUp struct {
ID int64
Mid int64
State int
BeginDate time.Time
EndDate time.Time
}