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

6 lines
72 B
Go

package response
type OpenRoomResponse struct {
ActionResult string
}