src/main/java/com/mzl/flower/dto/response/report/OrderDetailReportResultVO.java
@@ -29,6 +29,9 @@ @ApiModelProperty("订单金额") private BigDecimal orderTotal; @ApiModelProperty("订单金额(实付)") private BigDecimal totalAmount; @ApiModelProperty("花农底价") private BigDecimal orderSupplierPriceAmount; @@ -74,7 +77,11 @@ @ApiModelProperty("总包干费") private BigDecimal partnerTotalFeeAmount; @ApiModelProperty("销售扎数") @ApiModelProperty("总销售扎数") private Integer orderNum; @ApiModelProperty("实际销售扎数") private Integer realSaleNum; @ApiModelProperty("利润")