This commit is contained in:
suyl
2021-06-17 09:10:59 +08:00
parent 36c3b3cc78
commit 63f8ec3cea
2 changed files with 12 additions and 1 deletions

View File

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