修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
11
server/dto/session.go
Normal file
11
server/dto/session.go
Normal file
@ -0,0 +1,11 @@
|
||||
package dto
|
||||
|
||||
type ExternalSession struct {
|
||||
AssetId string `json:"assetId"`
|
||||
FileSystem string `json:"fileSystem"`
|
||||
Upload string `json:"upload"`
|
||||
Download string `json:"download"`
|
||||
Delete string `json:"delete"`
|
||||
Rename string `json:"rename"`
|
||||
Edit string `json:"edit"`
|
||||
}
|
Reference in New Issue
Block a user