mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-03-21 09:25:42 +08:00
6 lines
57 B
Go
6 lines
57 B
Go
package entity
|
|
|
|
type FileQuery struct {
|
|
Keys []string
|
|
}
|