摘要:
传递一位参数 <!-- 传参一位数 --> <!--parameterType 外部传参一个整数 --> <!--resultType 结果的类型 --> <select id="findOneById" parameterType="integer" resultType="com.imooc.m 阅读全文
摘要:
第一创建实体类 package com.imooc.mybatis.entity; public class GoodsEntity { private Integer goodsId; //商品编号 private String title;//标题 private String subTitle 阅读全文