|
|
@@ -25,6 +25,8 @@ type LiveAward struct {
|
|
|
Prod3 int64 `orm:"column(prod3)" json:"-"` // int(11)
|
|
|
Nums3 int64 `orm:"column(nums3)" json:"-"` // int(11)
|
|
|
Address string `orm:"column(address)" json:"-"` // varchar(64)
|
|
|
+ Tel string `orm:"column(tel)" json:"-"` // varchar(64)
|
|
|
+ Contact string `orm:"column(contact)" json:"-"` // varchar(64)
|
|
|
Status bool `orm:"column(status)" json:"-"`
|
|
|
Cash int64 `orm:"column(cash)" json:"cash"` // int(11)
|
|
|
Cent int64 `orm:"column(cent)" json:"cent"` // int(11)
|