修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
8
server/dto/dashboard.go
Normal file
8
server/dto/dashboard.go
Normal file
@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
type Counter struct {
|
||||
User int64 `json:"user"`
|
||||
Asset int64 `json:"asset"`
|
||||
Credential int64 `json:"credential"`
|
||||
OnlineSession int64 `json:"onlineSession"`
|
||||
}
|
Reference in New Issue
Block a user