aa
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user