瀏覽代碼

瞬验

master
huangjiajun 3 月之前
父節點
當前提交
8aecee3a6b
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. +3
    -4
      db/offical/model/fast_login_num_list.go

+ 3
- 4
db/offical/model/fast_login_num_list.go 查看文件

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

type FastLoginNumList struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 comment('用户') INT(11)"`
Num int `json:"num" xorm:"default 0 comment('短信条数') INT(11)"`
Type string `json:"type" xorm:"default '' comment('普通 putong 营销 yingxiao') VARCHAR(50)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 comment('用户') INT(11)"`
Num int `json:"num" xorm:"default 0 comment('短信条数') INT(11)"`
}

Loading…
取消
儲存