重构数据引擎

This commit is contained in:
2026-05-29 18:39:32 +08:00
parent 3ced686cb5
commit 15db71b7ba
132 changed files with 2534 additions and 26198 deletions

View File

@@ -4,6 +4,8 @@ package copydata
type CreateSyncTaskLogReq struct {
TaskID string `json:"taskId"`
TaskType string `json:"taskType"`
PlatformCode string `json:"platformCode"`
InterfaceCode string `json:"interfaceCode"`
AdvertiserID int64 `json:"advertiserId"`
StartTime interface{} `json:"startTime"`
EndTime interface{} `json:"endTime"`
@@ -39,6 +41,8 @@ type SyncTaskLogItem struct {
Id int64 `json:"id"`
TaskID string `json:"taskId"`
TaskType string `json:"taskType"`
PlatformCode string `json:"platformCode"`
InterfaceCode string `json:"interfaceCode"`
AdvertiserID int64 `json:"advertiserId"`
StartTime interface{} `json:"startTime"`
EndTime interface{} `json:"endTime"`