|
|
@@ -1,39 +0,0 @@
|
|
|
-<?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="me.zhengjie.dao.mybatis.mapper.IGuaranteeDao">
|
|
|
-
|
|
|
- <!-- 通用查询映射结果 -->
|
|
|
- <resultMap id="BaseResultMap" type="me.zhengjie.dao.mybatis.entity.AppGuaranteeEntity">
|
|
|
- <id column="id" property="id" />
|
|
|
- <result column="business_no" property="businessNo" />
|
|
|
- <result column="contract_no" property="contractNo" />
|
|
|
- <result column="start_date" property="startDate" />
|
|
|
- <result column="end_date" property="endDate" />
|
|
|
- <result column="card_front" property="cardFront" />
|
|
|
- <result column="card_back" property="cardBack" />
|
|
|
- <result column="username" property="username" />
|
|
|
- <result column="sex" property="sex" />
|
|
|
- <result column="birth" property="birth" />
|
|
|
- <result column="id_card" property="idCard" />
|
|
|
- <result column="residence" property="residence" />
|
|
|
- <result column="phone" property="phone" />
|
|
|
- <result column="marriage" property="marriage" />
|
|
|
- <result column="marrage_pic" property="marragePic" />
|
|
|
- <result column="compact_pic" property="compactPic" />
|
|
|
- <result column="estates_pic" property="estatesPic" />
|
|
|
- <result column="hkb_pic" property="hkbPic" />
|
|
|
- <result column="other_upload" property="otherUpload" />
|
|
|
- <result column="creator" property="creator" />
|
|
|
- <result column="updater" property="updater" />
|
|
|
- <result column="create_time" property="createTime" />
|
|
|
- <result column="update_time" property="updateTime" />
|
|
|
- <result column="status" property="status" />
|
|
|
- <result column="order_by" property="orderBy" />
|
|
|
- </resultMap>
|
|
|
-
|
|
|
- <!-- 通用查询结果列 -->
|
|
|
- <sql id="Base_Column_List">
|
|
|
- id, business_no, contract_no, start_date, end_date, card_front, card_back, username, sex, birth, id_card, residence, phone, marriage, marrage_pic, compact_pic, estates_pic, hkb_pic, other_upload, creator, updater, create_time, update_time, status, order_by
|
|
|
- </sql>
|
|
|
-
|
|
|
-</mapper>
|