Browse Source

购物金

master
huangjiajun 2 months ago
parent
commit
921730413d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/models/service_award_return_base.go

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

@@ -14,4 +14,5 @@ type ServiceAwardReturnBase struct {
AutoDate time.Time `json:"auto_date" xorm:"DATETIME"` AutoDate time.Time `json:"auto_date" xorm:"DATETIME"`
HandDate time.Time `json:"hand_date" xorm:"DATETIME"` HandDate time.Time `json:"hand_date" xorm:"DATETIME"`
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` CoinId int `json:"coin_id" xorm:"default 0 INT(11)"`
IsEnd int `json:"is_end" xorm:"default 0 INT(11)"`
} }

Loading…
Cancel
Save