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