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