Explorar el Código

note精度问题

layui
mail_yanpeng@163.com hace 6 años
padre
commit
0a2f268760
  1. 2
      models/Note.go

2
models/Note.go

@ -9,7 +9,7 @@ type Note struct {
Id int64
UserId int64
Title string
NoteHtml string `type(text)"`
NoteHtml string `orm:"type(text)"`
Pid int64
Utime time.Time `orm:"auto_now_add;type(datetime)"`
}

Cargando…
Cancelar
Guardar