ec来源更改保存

This commit is contained in:
xiaodong.hu
2023-07-19 16:00:10 +08:00
parent 3b842d1b24
commit 4eed12c61f
4 changed files with 13 additions and 3 deletions

View File

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

View File

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