This commit is contained in:
苏尹岚
2021-03-26 16:29:27 +08:00
parent 559908276d
commit e45d85e999
3 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ type Message struct {
Title string `json:"title"`
Content string `orm:"type(text)" json:"content"`
ActInfo string `json:"actInfo"` //活动信息,时间平台等
Imgs string `json:"imgs"` //图片集合
}
func (*Message) TableIndex() [][]string {