This commit is contained in:
suyl
2021-06-17 17:29:31 +08:00
parent ab855c884f
commit 761bd82a96
3 changed files with 33 additions and 17 deletions

View File

@@ -86,8 +86,8 @@ func (*ImMessageRecord) TableIndex() [][]string {
type DepotKnowledge struct {
ModelIDCULD
Title string `json:"title"` //标题
Content string `json:"content"` //每条知识的内容
Title string `json:"title"` //标题
Content string `orm:"type(text)" json:"content"` //每条知识的内容
}
type DepotMedia struct {