无关风月
2024-07-11 eb6b6dbb35a9f029e0b7d269773685c19fd40976
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/Goods.java
@@ -5,6 +5,8 @@
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
@Data
public class Goods {
@@ -35,5 +37,10 @@
    @ApiModelProperty(value = "已兑换数量")
    private Integer nums;
    @ApiModelProperty(value = "门店id")
    private List<Integer> shopIds;
    @ApiModelProperty(value = "使用范围")
    private Integer useScope;
}