CabMapper.xml
795 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.huaheng.pc.config.cab.mapper.CabMapper">
<resultMap id="BaseResultMap" type="com.huaheng.pc.config.cab.domain.Cab">
<!--@mbg.generated-->
<!--@Table cab-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="name" jdbcType="VARCHAR" property="name" />
<result column="c_id" jdbcType="INTEGER" property="cId" />
<result column="ip" jdbcType="VARCHAR" property="ip" />
<result column="location_prefix" jdbcType="VARCHAR" property="locationPrefix" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, `name`, c_id, ip, location_prefix
</sql>
</mapper>