修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
@ -11,6 +11,8 @@ type Strategy struct {
|
||||
Rename string `gorm:"type:varchar(1)" json:"rename"`
|
||||
Edit string `gorm:"type:varchar(1)" json:"edit"`
|
||||
CreateDir string `gorm:"type:varchar(1)" json:"createDir"`
|
||||
Copy string `gorm:"type:varchar(1)" json:"copy"`
|
||||
Paste string `gorm:"type:varchar(1)" json:"paste"`
|
||||
Created utils.JsonTime `json:"created"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user