Ver a proveniência

通知模板

master
huangjiajun há 1 mês
ascendente
cometimento
fcef3d7a95
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/model/user_notice_time.go

+ 1
- 1
src/model/user_notice_time.go Ver ficheiro

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


Carregando…
Cancelar
Guardar