src/main/java/com/mzl/flower/dto/response/report/OrderReportResultVO.java
@@ -19,6 +19,9 @@ @ApiModelProperty("销售额") private BigDecimal orderTotal; @ApiModelProperty("销售合计(实付)") private BigDecimal totalAmount; @ApiModelProperty("花农底价") private BigDecimal orderSupplierPriceAmount; @@ -64,6 +67,9 @@ @ApiModelProperty("总包干费--暂无") private BigDecimal partnerTotalFeeAmount; @ApiModelProperty("总销售扎数") private Integer orderNum; @ApiModelProperty("实际销售扎数") private Integer realSaleNum;