mapper.OnlineTableColumnDao.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="io.github.wujun728.online.dao.OnlineTableColumnDao"> <select id="getByTableId" resultType="io.github.wujun728.online.entity.OnlineTableColumnEntity"> select * from online_table_column where table_id = #{value} order by sort </select> </mapper>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy