mybatis mapper.xml中resultMap配置带有自定义类做成员变量的类;mapper.xml引用另一个mapper.xml中的内容
mapper.xml中resultMap配置带有自定义类做成员变量的类前情提要:每一个person对应一张会员卡(card)/*card类*/@Data@NoArgsConstructor@AllArgsConstructor@ToString@Table(value="card")@Alias("Card")publicclassCard{privateIntegerid;privateStri