实现角色接口增删改查
This commit is contained in:
@ -10,6 +10,7 @@ type (
|
||||
Id int
|
||||
}
|
||||
AdminInfoOut struct {
|
||||
Id int64
|
||||
Username string
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user