Administrator
2025-05-15 5c3e9863d44697dc904812af2dad8393d3a8b6a1
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;