Hentua
2024-02-22 512876186e0c74d6fc50c78f14b427dc5e83675f
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;