xiaoyong931011
2023-03-24 a4e2632242680c2af350af9ef4498413aa99dd92
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;
}