v2
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
package view
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
|
||||
"management/internal/erpserver/model/dto"
|
||||
"management/internal/erpserver/model/system"
|
||||
)
|
||||
|
||||
type LayuiTree struct {
|
||||
ID string `json:"id"`
|
||||
@@ -53,3 +58,13 @@ type MenuTree struct {
|
||||
|
||||
Children []*MenuTree `json:"children"`
|
||||
}
|
||||
|
||||
type EditSysConfig struct {
|
||||
*system.Config
|
||||
Result string
|
||||
}
|
||||
|
||||
type SetMenuView struct {
|
||||
Role *system.Role
|
||||
Menus []*dto.SetMenuDto
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user