Browse Source

广告

master
huangjiajun 6 days ago
parent
commit
c27ed1ab52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/model/advertising_limit.go

+ 1
- 1
src/model/advertising_limit.go View File

@@ -1,7 +1,7 @@
package model

type AdvertisingLimit struct {
Id int `json:"id" xorm:"not null pk INT(11)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Minute int `json:"minute" xorm:"default 0 INT(11)"`
ImeiNum int `json:"imei_num" xorm:"default 0 INT(11)"`
Tip string `json:"tip" xorm:"VARCHAR(255)"`


Loading…
Cancel
Save