注册

Mybatis Generator 无法生成selectByPrimaryKey、deleteByPrimaryKey、updateByPrimaryKey

石头 2025/03/26 205 0

mybatis怎么生成selectByPrimaryKey
如下:
<select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from tb_company
where COMPANYID = #{companyid,jdbcType=VARCHAR}
</select>

回答 0
暂无回答
扫一扫
联系客服