|
|
@@ -59,7 +59,7 @@ type WxUser struct {
|
|
|
SaleGroup float64 `orm:"column(sale_group);null" json:"sale_group"` // int(11)
|
|
|
SaleGroupSum float64 `orm:"column(sale_group_sum)" json:"sale_group_sum"` // datetime
|
|
|
//等级
|
|
|
- Rank int64 `orm:"column(rank);null" json:"-"` // int(11)
|
|
|
+ Rank int64 `orm:"column(rank);null" json:"rank"` // int(11)
|
|
|
CreatedAt time.Time `orm:"column(created_at);auto_now_add;type(datetime)" json:"-"` // datetime
|
|
|
UpdatedAt time.Time `orm:"column(updated_at);auto_now;type(datetime)" json:"-"` // datetime
|
|
|
}
|