🎨后台接口终于磨磨蹭蹭的写完了
This commit is contained in:
@@ -11,3 +11,18 @@ type NavigationTypeItem struct {
|
||||
CreatedAt model.JsonTime `json:"createdAt"`
|
||||
UpdatedAt model.JsonTime `json:"updatedAt"`
|
||||
}
|
||||
|
||||
// NavigationItem
|
||||
// @description: 导航
|
||||
type NavigationItem struct {
|
||||
Id string `json:"id"`
|
||||
Type string `json:"type"`
|
||||
TypeId string `json:"typeId"`
|
||||
Title string `json:"title"`
|
||||
Url string `json:"url"`
|
||||
Description string `json:"description"`
|
||||
Icon string `json:"icon"`
|
||||
Enabled bool `json:"enabled"`
|
||||
CreatedAt model.JsonTime `json:"createdAt"`
|
||||
UpdatedAt model.JsonTime `json:"updatedAt"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user