@Column(name = "userid") @ManyToOne(fetch = FetchType.LAZY)
在配置对多一关联关系时出现映射实体问题,把@Column修改成@JoinColumn就OK了