ZpglRcxxLxxxbMapper.xml 1.16 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
<?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="cn.timer.api.dao.zpgl.ZpglRcxxLxxxbMapper">

	<!-- 可根据自己的需求,是否要使用 -->
    <resultMap type="cn.timer.api.bean.zpgl.ZpglRcxxLxxxb" id="zpglRcxxLxxxbMap">
        <result property="id" column="id"/>
        <result property="zpglRcxxId" column="zpgl_rcxx_id"/>
        <result property="linkName" column="link_name"/>
        <result property="linkMobile" column="link_mobile"/>
12 13 14 15 16 17
        <result property="provinceId" column="province_id"/>
        <result property="province" column="province"/>
        <result property="districtId" column="district_id"/>
        <result property="district" column="district"/>
        <result property="cityId" column="city_id"/>
        <result property="city" column="city"/>
18 19 20 21 22 23 24
        <result property="linkAddressDetail" column="link_address_detail"/>
        <result property="isDelete" column="is_delete"/>
        <result property="createTime" column="create_time"/>
        <result property="updateTime" column="update_time"/>
    </resultMap>

</mapper>