Browse Source

通知模板

master
huangjiajun 1 month ago
parent
commit
fcef3d7a95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/model/user_notice_time.go

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

@@ -2,7 +2,7 @@ package model

type UserNoticeTime struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
Uid int `json:"uid" xorm:"default 0 unique INT(11)"`
LoginNoticeTime int `json:"login_notice_time" xorm:"default 0 INT(11)"`
SignNoticeTime int `json:"sign_notice_time" xorm:"default 0 INT(11)"`
LoginTime int `json:"login_time" xorm:"default 0 INT(11)"`


Loading…
Cancel
Save