Cui Zhi Feng
2024-09-13 6c409986a37483f353613e4a6f62f74cb91f5b65
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;
}