Administrator
2025-04-28 59da87cc7b9db21b01c8c2c0831619aff73d0f84
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;