xiaoyong931011
2023-01-05 3db09c59e1d4ac4ca1834c55254441692988efd5
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;
}