Files
servicebase/pkg/dto/response/GetUserRoomBgResponse.go
2025-11-19 14:24:13 +08:00

9 lines
168 B
Go

package response
import "gitea.ddegame.cn/open/servicebase/pkg/dto"
type UserRoomBgGroup struct {
GroupName string
BackgroundList []dto.RoomBackgroundImgDTO
}