bff config to nacos
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package dao
|
||||
|
||||
type RoutesMenu struct {
|
||||
Id int `json:"id"`
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
ParentId int `json:"parent_id"`
|
||||
ParentId int64 `json:"parent_id"`
|
||||
Level uint8 `json:"level"`
|
||||
Type uint8 `json:"type"`
|
||||
Path string `json:"path"`
|
||||
@@ -13,12 +13,12 @@ type RoutesMenu struct {
|
||||
Icon string `json:"icon"`
|
||||
Sort uint8 `json:"sort"`
|
||||
IsShow uint8 `json:"is_show"`
|
||||
Remarks string `json:"remarks"`
|
||||
Description string `json:"description"`
|
||||
Children []RoutesMenu `json:"children"`
|
||||
}
|
||||
|
||||
type RoutesAuth struct {
|
||||
Id int `json:"id"`
|
||||
Id int64 `json:"id"`
|
||||
Type uint8 `json:"type"`
|
||||
Identification string `json:"identification"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user