DgDestructionCatalogMapper.xml 863 Bytes
<?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="com.pashanhoo.destroycatalog.mapper.DgDestructionCatalogMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.pashanhoo.destroycatalog.entity.DgDestructionCatalogDO">
        <id column="BSM_DESTRUCTIONCATALOG" property="bsmDestructioncatalog" />
        <result column="BSM_ARCHIVES" property="bsmArchives" />
        <result column="BSM_DESTRUCTION" property="bsmDestruction" />
    </resultMap>

    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        BSM_DESTRUCTIONCATALOG, BSM_ARCHIVES, BSM_DESTRUCTION
    </sql>
    <select id="getDestructionCatalog" resultType="com.pashanhoo.archive.entity.DgArchivesDO">

    </select>
</mapper>