|
@@ -1,8 +1,7 @@ |
|
|
package model |
|
|
package model |
|
|
|
|
|
|
|
|
type FastLoginNumList struct { |
|
|
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)"` |
|
|
} |
|
|
} |