You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
781 B
14 lines
781 B
package models
|
|
|
|
//type OrderDrawWinner struct {
|
|
// Id int64 `json:"id"`
|
|
// OrderDrawActivityId int64 `json:"order_draw_activity_id"`
|
|
// OrderDrawRuleId int64 `json:"order_draw_rule_id"`
|
|
// OrderDrawRuleLadderId int64 `json:"order_draw_rule_ladder_id"`
|
|
// OrderDrawRuleLadder *OrderDrawRuleLadder `json:"order_draw_rule_ladder" xorm:"-"`
|
|
// UserId int64 `json:"user_id"`
|
|
// User *User `json:"user" xorm:"-"`
|
|
// IsDelete bool `json:"-" xorm:"default(0)"`
|
|
// CreatedAt time.Time `json:"-" xorm:"created"`
|
|
// UpdatedAt time.Time `json:"-" xorm:"updated"`
|
|
//}
|