新增菜单和角色关联接口
This commit is contained in:
@ -3,6 +3,9 @@ package model
|
||||
type BatchDeleteIn struct {
|
||||
Ids []int
|
||||
}
|
||||
type BatchDeleteOut struct {
|
||||
Ids []int
|
||||
}
|
||||
type LoginOut struct {
|
||||
Token string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user