v1
This commit is contained in:
11
internal/erpserver/model/dto/menu_ui_dto.go
Normal file
11
internal/erpserver/model/dto/menu_ui_dto.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dto
|
||||
|
||||
type MenuUIDto struct {
|
||||
ID string `json:"id"`
|
||||
Title string `json:"title"`
|
||||
Icon string `json:"icon"`
|
||||
Type int `json:"type"`
|
||||
OpenType string `json:"openType"`
|
||||
Href string `json:"href"`
|
||||
Children []*MenuUIDto `json:"children"`
|
||||
}
|
||||
Reference in New Issue
Block a user