设备导出
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 10m42s

This commit is contained in:
Break
2026-06-15 16:43:50 +08:00
parent e37aad9e1d
commit 064961471b
3 changed files with 395 additions and 30 deletions

View File

@@ -14,7 +14,8 @@ type DataSource interface {
// ExportParams 导出任务执行参数。
// Filters 来自任务 query_json.filters权限字段来自任务创建时的快照。
type ExportParams struct {
Filters map[string]any
ScopeShopIDs []uint
UserType int
Filters map[string]any
ScopeShopIDs []uint
UserType int
ResolvedHeaders []string
}