|
@@ -10,6 +10,7 @@ type TaFlashBuy struct {
|
10
|
10
|
FlashBuyName string `xorm:"VARCHAR(64)"`
|
11
|
11
|
AttendantType string `xorm:"VARCHAR(32)"`
|
12
|
12
|
FlashBuyMaxAttendant int `xorm:"INT(11)"`
|
|
13
|
+ JoinNum int `xorm:"INT(11)"`
|
13
|
14
|
FlashBuyStatus string `xorm:"VARCHAR(32)"`
|
14
|
15
|
StartDate time.Time `xorm:"DATETIME"`
|
15
|
16
|
EndDate time.Time `xorm:"DATETIME"`
|