Administrator
2025-05-16 8929c20cc5e331eb7c3127f53f72c900df2b1dab
src/main/java/cc/mrbird/febs/mall/dto/MallMemberCouponDto.java
@@ -14,6 +14,9 @@
    @ApiModelProperty(value = "商品ID", example = "1")
    private Long goodsId;
    @ApiModelProperty(value = "商品ID集合", example = "1")
    private List<Long> goodsIdList;
    @ApiModelProperty(value = "1:待使用 2:已使用 3:已过期", example = "1")
    private Integer state;