Browse Source

购物金

master
huangjiajun 1 month ago
parent
commit
a236ebf423
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/models/service_award_return_flow.go

+ 1
- 0
src/models/service_award_return_flow.go View File

@@ -18,5 +18,6 @@ type ServiceAwardReturnFlow struct {
Pvd int `json:"pvd" xorm:"default 0 comment('0cps 1自营 2会员升级 3拉新') INT(11)"` Pvd int `json:"pvd" xorm:"default 0 comment('0cps 1自营 2会员升级 3拉新') INT(11)"`
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` CoinId int `json:"coin_id" xorm:"default 0 INT(11)"`
Date int `json:"date" xorm:"default 0 comment('20240814') INT(11)"` Date int `json:"date" xorm:"default 0 comment('20240814') INT(11)"`
LastDate int `json:"last_date" xorm:"default 0 comment('20240814') INT(11)"`
Oid int64 `json:"oid" xorm:"default 0 comment('20240814') INT(11)"` Oid int64 `json:"oid" xorm:"default 0 comment('20240814') INT(11)"`
} }

Loading…
Cancel
Save