xyxie 1 месяц назад
Родитель
Сommit
be035fda8b
1 измененных файлов с 1 добавлено и 7 удалено
  1. 1 7
      models/sandbox/response/sandbox.go

+ 1 - 7
models/sandbox/response/sandbox.go

@@ -1,7 +1,7 @@
 package response
 
 import (
-	"eta/eta_api/models/sandbox"
+	"eta/eta_hub/models/sandbox"
 	"github.com/rdlucklib/rdluck_tools/paging"
 )
 
@@ -10,9 +10,3 @@ type SandboxListResp struct {
 	Paging *paging.PagingItem
 	List   []*sandbox.Sandbox
 }
-
-// SandboxVersionListResp 沙盘版本列表返回数据
-type SandboxVersionListResp struct {
-	Paging *paging.PagingItem
-	List   []*sandbox.SandboxVersionListItem
-}