|
|
@@ -74,8 +74,8 @@ public class TradeVistorReqVO {
|
|
|
@Schema(description = "房型ID")
|
|
|
private Long roomModelId;
|
|
|
|
|
|
- @Schema(description = "房间价格")
|
|
|
- private BigDecimal roomPrice;
|
|
|
+ @Schema(description = "实收价格")
|
|
|
+ private BigDecimal actualPrice;
|
|
|
|
|
|
@Schema(description = "楼层")
|
|
|
private Integer floor;
|