xiaoyong931011
2023-01-05 4cf41b4bd85f8ea18f3e286a841888c01f94ac6a
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;
}