实现角色接口增删改查
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
package model
|
||||
|
||||
type BatchDeleteIn struct {
|
||||
Ids []int
|
||||
}
|
||||
type LoginOut struct {
|
||||
Token string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user