mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
feat: 新增统一文件模块,统一文件操作
This commit is contained in:
5
server/internal/file/domain/entity/query.go
Normal file
5
server/internal/file/domain/entity/query.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package entity
|
||||
|
||||
type FileQuery struct {
|
||||
Keys []string
|
||||
}
|
||||
Reference in New Issue
Block a user