Merge branch 'dev/feat/partner1.1_20230727' into hxd/fix/SyncCustomer3.0

This commit is contained in:
xiaodong.hu
2023-07-28 13:52:25 +08:00
6 changed files with 23 additions and 19 deletions

View File

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

View File

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