refactor: pool get options支持不创建连接

This commit is contained in:
meilin.huang
2025-05-29 20:24:48 +08:00
parent 42fbfd3c47
commit 7a17042276
15 changed files with 59 additions and 59 deletions

View File

@@ -19,7 +19,7 @@ type DataSyncTaskListVO struct {
type DataSyncLogListVO struct {
CreateTime *time.Time `json:"createTime"`
DataSqlFull string `json:"dataSqlFull"`
ResNum string `json:"resNum"`
ResNum int `json:"resNum"`
ErrText string `json:"errText"`
Status *int `json:"status"`
}