Explorar el Código

意见反馈

master
huangjiajun hace 1 día
padre
commit
6c727a2f46
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/model/user_feedback.go

+ 1
- 0
src/model/user_feedback.go Ver fichero

@@ -17,4 +17,5 @@ type UserFeedback struct {
Cid int `json:"cid" xorm:"default 0 INT(11)"`
Ip string `json:"ip" xorm:"VARCHAR(255)"`
CreateAt time.Time `json:"create_at" xorm:"DATETIME"`
Title []byte `json:"title" xorm:"VARBINARY(255)"`
}

Cargando…
Cancelar
Guardar