Browse Source

意见反馈

master
huangjiajun 1 day ago
parent
commit
6c727a2f46
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/user_feedback.go

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

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

Loading…
Cancel
Save