feat: 百科

This commit is contained in:
Blizzard
2026-02-07 18:01:49 +08:00
parent 15a25555c4
commit e612234c91
8 changed files with 387 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"sundynix-go/model/system"
)
type WikiClass struct {
type Class struct {
global.BaseModel
Name string `json:"name" form:"name" gorm:"column:name;comment:名称"`
OssId string `json:"ossId" form:"ossId" gorm:"column:oss_id;comment:图片id"`