TSafeCheckTaskPostpone.xml 730 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.testor.module.safeCheck.dao.TSafeCheckTaskPostponeDao">
    <!-- 开启二级缓存 -->
    <!-- <cache type="org.mybatis.caches.ehcache.LoggingEhcache"/> -->
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.testor.module.safeCheck.model.domain.TSafeCheckTaskPostpone">
                <id column="id" property="id"/>
                <id column="task_id" property="taskId"/>
                <id column="extension_date" property="extensionDate"/>
                <id column="cause" property="cause"/>
    </resultMap>
</mapper>