专题文章
时长:00:00更新时间:2020-11-09 15:01:49
使用resultMap实现ibatis复合数据结构查询(1.多重属性查询;2.属:以订单为例,直接上代码: 1.多重属性查询 java实体 public class OrderDetail { @XmlElement(required = true) protected String orderSn; @XmlElement(required = true) protected String orderAmount; @
查看详情