Browse Source

fix:import

zqbao 8 months ago
parent
commit
e0ed0b4a1f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      models/data_manage/edb_info_calculate.go

+ 3 - 3
models/data_manage/edb_info_calculate.go

@@ -2,12 +2,12 @@ package data_manage
 
 
 import (
 import (
 	"fmt"
 	"fmt"
-	"strconv"
 
 
-	"github.com/beego/beego/v2/client/orm"
-	"github.com/rdlucklib/rdluck_tools/paging"
 	"strings"
 	"strings"
 	"time"
 	"time"
+
+	"github.com/beego/beego/v2/client/orm"
+	"github.com/rdlucklib/rdluck_tools/paging"
 )
 )
 
 
 type EdbInfoCalculateSaveReq struct {
 type EdbInfoCalculateSaveReq struct {