修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
@ -15,6 +15,7 @@ type User struct {
|
||||
Created utils.JsonTime `json:"created"`
|
||||
Type string `gorm:"type:varchar(20)" json:"type"`
|
||||
Mail string `gorm:"type:varchar(500)" json:"mail"`
|
||||
Source string `gorm:"type:varchar(20)" json:"source"`
|
||||
}
|
||||
|
||||
type UserForPage struct {
|
||||
@ -27,6 +28,7 @@ type UserForPage struct {
|
||||
Status string `json:"status"`
|
||||
Created utils.JsonTime `json:"created"`
|
||||
Type string `json:"type"`
|
||||
Source string `json:"source"`
|
||||
SharerAssetCount int64 `json:"sharerAssetCount"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user