Browse Source

广告

master
huangjiajun 1 month ago
parent
commit
1cb145c7fa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/advertising_callback.go

+ 1
- 0
src/model/advertising_callback.go View File

@@ -8,4 +8,5 @@ type AdvertisingCallback struct {
Extra string `json:"extra" xorm:"VARCHAR(255)"`
SpaceId string `json:"space_id" xorm:"VARCHAR(255)"`
Amount string `json:"amount" xorm:"VARCHAR(255)"`
IsRun int `json:"is_run" xorm:"default 0 INT(1)"`
}

Loading…
Cancel
Save