44323
2023-11-28 621d95aeff9feb8f4f1d7e2d33a18e5f2aa753c4
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;
}