xyxie 1 сар өмнө
parent
commit
be035fda8b

+ 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
-}