|
@@ -25,6 +25,10 @@ public class PriceRoomModelRespVO {
|
|
|
@ExcelProperty("成本价")
|
|
|
private BigDecimal costPrice;
|
|
|
|
|
|
+ @Schema(description = "成本价系数", example = "31837")
|
|
|
+ @ExcelProperty("成本价系数")
|
|
|
+ private BigDecimal costRate;
|
|
|
+
|
|
|
@Schema(description = "价格", example = "31837")
|
|
|
@ExcelProperty("价格")
|
|
|
private BigDecimal price;
|