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