Browse Source

意见反馈

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

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

@@ -17,5 +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)"`
Title string `json:"title" xorm:"VARCHAR(255)"`
}

Loading…
Cancel
Save