瀏覽代碼

广告

master
huangjiajun 1 月之前
父節點
當前提交
c27ed1ab52
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/model/advertising_limit.go

+ 1
- 1
src/model/advertising_limit.go 查看文件

@@ -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…
取消
儲存