添加线索创建记录

This commit is contained in:
xiaodong.hu
2023-08-24 14:48:50 +08:00
parent e85146f8d0
commit 635f789bf4
3 changed files with 48 additions and 5 deletions

View File

@@ -82,4 +82,16 @@ public class HyPartnerLineInfoDO implements Serializable {
@ApiModelProperty("hy_partner_user_channel.channel_id")
private Integer userChannelId;
@ApiModelProperty("创建人")
private String createUserId;
@ApiModelProperty("创建人手机号")
private String createUserMobile;
@ApiModelProperty("操作类型")
private String operatorType;
@ApiModelProperty("更新人")
private String updateUserId;
}