|
|
|
@ -1,12 +1,9 @@ |
|
|
|
package com.qniao.dam.api.command.reward.user.request; |
|
|
|
|
|
|
|
import com.qniao.dam.domian.aggregate.product.constant.ProductSubCategoryEnum; |
|
|
|
import com.qniao.dau.domian.aggregate.matchmaker.constant.MatchmakerLevelEnum; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
|
|
|
|
@Data |
|
|
|
public class UserAcquireMatchmakerJoinRecommendRewardDto { |
|
|
|
|
|
|
|
@ -16,12 +13,6 @@ public class UserAcquireMatchmakerJoinRecommendRewardDto { |
|
|
|
@ApiModelProperty("接收用户") |
|
|
|
private Long receiveUserId; |
|
|
|
|
|
|
|
@ApiModelProperty("门店组织标识") |
|
|
|
private Long storeOrgId; |
|
|
|
|
|
|
|
@ApiModelProperty("运营中心组织id") |
|
|
|
private Long operationCenterOrgId; |
|
|
|
|
|
|
|
@ApiModelProperty("关联订单") |
|
|
|
private Long associateOrderId; |
|
|
|
|
|
|
|
|