|
@@ -25,6 +25,10 @@ public class PriceRoomModelRespVO {
|
|
|
@ExcelProperty("房型名称(暂不使用)")
|
|
@ExcelProperty("房型名称(暂不使用)")
|
|
|
private String roomModelName;
|
|
private String roomModelName;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "房型排序", example = "王五")
|
|
|
|
|
+ @ExcelProperty("房型排序")
|
|
|
|
|
+ private String roomModelSort;
|
|
|
|
|
+
|
|
|
@Schema(description = "成本价", example = "31837")
|
|
@Schema(description = "成本价", example = "31837")
|
|
|
@ExcelProperty("成本价")
|
|
@ExcelProperty("成本价")
|
|
|
private BigDecimal costPrice;
|
|
private BigDecimal costPrice;
|