Przeglądaj źródła

升级记录表

master
huangjiajun 1 miesiąc temu
rodzic
commit
cde2ce240f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/model/user_upgrade_level.go

+ 1
- 1
src/model/user_upgrade_level.go Wyświetl plik

@@ -5,7 +5,7 @@ import (
)

type UserUpgradeLevel struct {
Id int `json:"id" xorm:"not null pk default 0 INT(11)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
Level int `json:"level" xorm:"default 0 INT(11)"`
CreateTime time.Time `json:"create_time" xorm:"DATETIME"`


Ładowanie…
Anuluj
Zapisz