tianyuan-api-server/template/model/import-no-cache.tpl

15 lines
292 B
Smarty
Raw Permalink Normal View History

2024-10-02 00:57:17 +08:00
import (
"context"
"database/sql"
"fmt"
"strings"
{{if .time}}"time"{{end}}
{{if .containsPQ}}"github.com/lib/pq"{{end}}
"github.com/zeromicro/go-zero/core/stores/builder"
"github.com/zeromicro/go-zero/core/stores/sqlx"
"github.com/zeromicro/go-zero/core/stringx"
{{.third}}
)