|
|
@@ -9,4 +9,13 @@ public class AppCanSelectRoomReqVO {
|
|
|
|
|
|
@Schema(description = "航次ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
|
|
private Long voyageId;
|
|
|
+
|
|
|
+ @Schema(description = "房型ID", example = "1024")
|
|
|
+ private Long roomModelId;
|
|
|
+
|
|
|
+ @Schema(description = "分销商ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
|
|
+ private Long distributeId;
|
|
|
+
|
|
|
+ @Schema(description = "楼层", example = "1024")
|
|
|
+ private Integer floor;
|
|
|
}
|