胡轶钦 6 年之前
父節點
當前提交
d6aeb2c4da
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      models/model/ta_flash_buy.go

+ 1
- 0
models/model/ta_flash_buy.go 查看文件

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