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