提交 v1.3.0 beta
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
package dto
|
||||
|
||||
type Counter struct {
|
||||
User int64 `json:"user"`
|
||||
Asset int64 `json:"asset"`
|
||||
Credential int64 `json:"credential"`
|
||||
OnlineSession int64 `json:"onlineSession"`
|
||||
TotalUser int64 `json:"totalUser"`
|
||||
OnlineUser int64 `json:"onlineUser"`
|
||||
TotalAsset int64 `json:"totalAsset"`
|
||||
ActiveAsset int64 `json:"activeAsset"`
|
||||
OfflineSession int64 `json:"offlineSession"`
|
||||
FailLoginCount int64 `json:"failLoginCount"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user