GarSearchHistoryMapper.xml 696 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.trash.garbage.mapper.GarSearchHistoryMapper">
    <resultMap id="BaseResultMap" type="com.trash.garbage.pojo.domain.GarSearchHistory">
        <id property="garSearchId" column="gar_search_id" jdbcType="VARCHAR"/>
        <result property="garSearchTimestamp" column="gar_search_timestamp" jdbcType="VARCHAR"/>
        <result property="garSearchValue" column="gar_search_value" jdbcType="VARCHAR"/>
        <result property="garCreateBy" column="gar_create_by" jdbcType="VARCHAR"/>
    </resultMap>

</mapper>