DgBusinessMapper.xml 888 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.business.mapper.DgBusinessMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.pashanhoo.business.entity.DgBusinessDO">
        <id column="BSM_BUSINESS" property="bsmBusiness" />
        <result column="BSM_ARCHIVES" property="bsmArchives" />
        <result column="YWH" property="ywh" />
        <result column="DJLX" property="djlx" />
        <result column="QLLX" property="qllx" />
        <result column="DJJGBM" property="djjgbm" />
        <result column="DJJGMC" property="djjgmc" />
    </resultMap>

    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        BSM_BUSINESS, BSM_ARCHIVES, YWH, DJLX, QLLX, DJJGBM, DJJGMC
    </sql>
</mapper>