重新分配逻辑

This commit is contained in:
苏竹红
2023-07-19 14:06:38 +08:00
parent a5a43d2708
commit 438c7f390c
10 changed files with 63 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
package com.cool.store.dto.wx;
import com.cool.store.enums.UserChannelEnum;
import lombok.Data;
import javax.validation.constraints.NotBlank;
@@ -24,4 +25,6 @@ public class MiniProgramLoginDTO {
@NotBlank(message = "ivStr不能为空")
private String ivStr;
private UserChannelEnum userChannelEnum;
}

View File

@@ -80,6 +80,4 @@ public class HyPartnerLineInfoDO implements Serializable {
@ApiModelProperty("移除黑名单原因")
private String removeBlackReason;
@ApiModelProperty("hy_partner_user_channel.id")
private Integer userChannelId;
}

View File

@@ -70,4 +70,6 @@ public class HyPartnerUserInfoDO implements Serializable {
@ApiModelProperty("推荐加盟商手机号")
private String recommendPartnerMobile;
private Integer userChannelId;
}