|
@@ -6,6 +6,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
+import java.util.List;
|
|
|
|
|
|
@Schema(description = "管理后台 - 旅行社等级管理 Response VO")
|
|
|
@Data
|
|
@@ -30,7 +31,7 @@ public class OtcLevelRespVO {
|
|
|
|
|
|
@Schema(description = "适用房型字典hotel_room_type", example = "2")
|
|
|
@ExcelProperty("适用房型字典hotel_room_type")
|
|
|
- private Integer hotelRoomType;
|
|
|
+ private List<Long> hotelRoomType;
|
|
|
|
|
|
@Schema(description = "创建时间")
|
|
|
@ExcelProperty("创建时间")
|