胡轶钦 6 years ago
parent
commit
d6aeb2c4da
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      models/model/ta_flash_buy.go

+ 1
- 0
models/model/ta_flash_buy.go View File

@@ -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"`