|
|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.qniao.dam.api.command.reward.user.request; |
|
|
|
|
|
|
|
import com.qniao.dam.domian.aggregate.product.constant.ProductSubCategoryEnum; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
@ -20,4 +21,7 @@ public class UserAcquireMatchmakerJoinRecommendRewardDto { |
|
|
|
@ApiModelProperty("运营中心组织id") |
|
|
|
private Long operationCenterOrgId; |
|
|
|
|
|
|
|
@ApiModelProperty("红娘类型") |
|
|
|
private ProductSubCategoryEnum type; |
|
|
|
|
|
|
|
} |