fix import

This commit is contained in:
jianzhiyao 2020-10-29 19:07:42 +08:00
parent f8fb50999b
commit f864e585e1

View File

@ -17,6 +17,7 @@ package orm
import (
"fmt"
"github.com/astaxie/beego/client/orm/clauses"
"github.com/astaxie/beego/client/orm/clauses/order_clause"
"strings"
"time"
)