xiaoyong931011
2022-12-22 ab13cdcfe8c9852be7a606c272a42bb0fa7d2cf1
src/main/java/cc/mrbird/febs/mall/vo/OrderListVo.java
@@ -36,4 +36,16 @@
    @ApiModelProperty(value = "订单类型 1-普通订单 2-积分订单")
    private Integer orderType;
    @ApiModelProperty(value = "配送方式 1:快递寄送2:到店自提")
    private Integer deliverType;
    @ApiModelProperty(value = "运费")
    private BigDecimal carriage;
    @ApiModelProperty(value = "评价状态 1:待评价 2:已评价")
    private Integer commentState;
    @ApiModelProperty(value = "补贴金额")
    private BigDecimal subsidyAmount;
}