|
|
@ -1,6 +1,7 @@ |
|
|
package com.qniao.dam.api.query.activity.user.response; |
|
|
package com.qniao.dam.api.query.activity.user.response; |
|
|
|
|
|
|
|
|
import com.qniao.dam.api.query.product.user.response.UserPageProductByOperatorVo; |
|
|
import com.qniao.dam.api.query.product.user.response.UserPageProductByOperatorVo; |
|
|
|
|
|
import com.qniao.dam.domian.aggregate.product.constant.ProductSubCategoryEnum; |
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
@ -23,4 +24,7 @@ public class ActivityProductListVo extends UserPageProductByOperatorVo { |
|
|
|
|
|
|
|
|
@ApiModelProperty("单日使用上限") |
|
|
@ApiModelProperty("单日使用上限") |
|
|
private String dailyUseLimitValue; |
|
|
private String dailyUseLimitValue; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("产品次分类") |
|
|
|
|
|
private ProductSubCategoryEnum subCategory; |
|
|
} |
|
|
} |