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