Kaynağa Gözat

广告

master
huangjiajun 1 ay önce
ebeveyn
işleme
c27ed1ab52
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/model/advertising_limit.go

+ 1
- 1
src/model/advertising_limit.go Dosyayı Görüntüle

@@ -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)"`


Yükleniyor…
İptal
Kaydet