Administrator
4 days ago 5a6a44914add6b62c8ff2b26191a3dc8802f8821
src/main/java/cc/mrbird/febs/mall/vo/MallMemberCouponVo.java
@@ -27,6 +27,9 @@
    @ApiModelProperty(value = "1:待使用 2:已使用 3:已过期")
    private Integer state;
    @ApiModelProperty(value = "类型 1:满100只减10 2:每满100减10")
    private Integer type;
    @ApiModelProperty(value = "满足金额")
    private BigDecimal costAmount;