书籍列表接口新增参数
This commit is contained in:
@ -16,8 +16,9 @@ type AdminInfoIn struct {
|
||||
}
|
||||
|
||||
type AdminInfoOut struct {
|
||||
AdminId int64 // 管理员ID
|
||||
Id int64 // 管理员ID
|
||||
Username string // 用户名
|
||||
Role string // 角色类型
|
||||
}
|
||||
|
||||
type AdminEditPassIn struct {
|
||||
|
||||
Reference in New Issue
Block a user