xiaoyong931011
2022-12-23 e256a4b20ab92ea7ab6baf3a0e5ebad2c835cfbf
src/main/java/cc/mrbird/febs/mall/vo/OrderListVo.java
@@ -47,5 +47,8 @@
    private Integer commentState;
    @ApiModelProperty(value = "补贴金额")
    private Integer subsidyAmount;
    private BigDecimal subsidyAmount;
    @ApiModelProperty(value = "物流编号")
    private String payTradeNo;
}