陶杰
2024-10-10 c3910a68f8c6a71c9e2dd73f6cdc9df2d89637e9
src/main/java/com/mzl/flower/dto/response/payment/OrderItemPlatformListDTO.java
@@ -48,4 +48,13 @@
    @ApiModelProperty(value = "异常未处理数量")
    private Integer unProcessCount;
    @ApiModelProperty(value = "供应商缺货扣款")
    private BigDecimal lackFeeSupplier;
    @ApiModelProperty(value = "供应商补货扣款")
    private BigDecimal replaceFee;
    @ApiModelProperty(value = "供应商降级扣款")
    private BigDecimal checkFee;
}